[jQuery] Re: Tabs plugin: Is there a way to trigger a tab with a URL to load?

2007-04-20 Thread Phillip B Oldham
I've managed to modify the tabs code to allow you to send a new URL to the tab to be executed. Here's a diff: Compare: (<)Original\jquery.tabs.js with: (>)Modified\jquery.tabs.js 356c358,362 < // if the tab is already selected or disabled or animation is still running stop here --

[jQuery] Re: Tabs plugin: Is there a way to trigger a tab with a URL to load?

2007-04-18 Thread Klaus Hartl
Phillip B Oldham schrieb: I'd like to be able to trigger a tab using the following format (or something similar): $('#container').triggerTab(3, 'http://mysite.com/updates.html'); The second parameter is a URL I'd like to load, which can change depending on user input. Is this possible? N