#4683 closed bug (worksforme)
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.
Change History (2)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.tabs |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Tabs work for me. Can you provide a page showing the problem?