Ticket #2435 (closed bug: invalid)
Tabs 3. Ajax and .tabs("select", x)
| Reported by: | jasonE | Owned by: | klaus |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | tabs | Cc: | |
| Blocking: | Blocked by: |
Description
I am currently using Tabs Ajax feature by pointing the href to the page, to load 3 tabs. If i try to than use the .tabs("select", x) to move the user to a specific tab i get the following error: $("#tabNav > ul").tabs is not a function.
Interestingly enough I can use the exact same code and make it work if I instead point the href to a div on the same page. Code sample attached.
Please let me know if I'm missing somethiong or if this is an actualy bug.
Thanks
Jason
Attachments
Change History
Changed 5 years ago by jasonE
-
attachment
tabs_snippit.txt
added
comment:2 Changed 5 years ago by klaus
- Status changed from new to closed
- Resolution set to worksforme
Works perfectly for me. The attached snippet is probably not enough to reproduce the bug (if it is a bug). Also it would be crucial to know the browser/os the error occured in.
comment:3 Changed 5 years ago by jasonE
- Status changed from closed to reopened
- Resolution worksforme deleted
Sorry for not including enough information. I'm reopening the ticket. I put a stripped down version of the project I am working online here.
http://rpt.homes.com/iTools/klaus.cfm
The test link above the tabs calls the function and throws the error. So far I've tested this in ie 7 and Firefox on Windows XP SP2.
Thanks for looking
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Code snippit