Hi Klaus
As can be seen from my code, the tabclick function is called on every
tab "select" (Setup when I initiate the tabs). The purpose of the
tabclick function is to modify/change the tab url to display the
appropriate content based upon an input box value (txtNodeID). As an
example, if I enter a value of "2" in txtNodeID textbox before
selecting any tabs, my url is "http://.......?itemId=2", and the tab
displays the correct content. My tab URL has therefore been modified
to reflect this value of 2. If I then select another tab, and then
enter a value of 5 in the textbox, my url does not change to reflect
itemID=5, and instead remains ItemID=2. Of course this happens if I do
it the other way round - i.e. 5 first and then 2. So it appears to me
that the url is somehow being cached on first select?
I hope this makes sense, and appreciate your support
Andrew
On Nov 3, 2:35 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Url does only change the remote url, but doesn't load autoamtically.
> Is that the problem? You would have to use tabs('load') as well.
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---