Search and Top Navigation
#4683 closed bug (worksforme)
Opened July 14, 2009 03:42PM UTC
Closed July 28, 2009 01:45AM UTC
Last modified October 11, 2012 09:15PM UTC
jquery ui tabs error
| Reported by: | eobanb | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ui.tabs | Version: | 1.7.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
Action
$(document).ready(function() {
$("#tabs").tabs();
});
Expected behaviour
Tab panels and tabs are created from child divs and ul of #tabs, respectively
Actual behaviour
TypeError: Result of expression '$[namespace][name]' [undefined] is not a constructor. (jquery-ui.js:246)
Occurs in both Firefox 3.5 and Safari 4.
Tabs work for me. Can you provide a page showing the problem?