Side navigation
#2435 closed bug (invalid)
Opened February 29, 2008 05:16PM UTC
Closed March 10, 2008 03:39PM UTC
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: | |
Blocked by: | Blocking: |
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 (1)
Change History (5)
Changed February 29, 2008 05:17PM UTC by comment:1
owner: | paul → klaus |
---|
Changed March 01, 2008 04:27PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
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.
Changed March 03, 2008 10:34PM UTC by comment:3
resolution: | worksforme |
---|---|
status: | closed → reopened |
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
Changed March 04, 2008 02:23PM UTC by comment:4
Please disregard. I was able to resolve the issue. It was either the 2nd inclusion of a style sheet or the second inclusion of the jQuery library that was causing the issue. Thanks for your time.
Changed March 10, 2008 03:39PM UTC by comment:5
resolution: | → invalid |
---|---|
status: | reopened → closed |