Klaus After some trial and error troubleshooting, I managed to resolve the problem. I am not exactely sure what was causing it, but I suspect it was related to an errant double reference call to the Jquery ui javascript. i.e. I referenced the js, and then initiated my tabs, then called the js again - although I cannot be sure.
Anyway - all working fine now, and personally thanks for all the effort on the tabs - great work! Andrew On Nov 3, 3:57 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 3 Nov., 14:02, andrew <[EMAIL PROTECTED]> wrote: > > > 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? > > The url should always change. Could you post a demo? > > --Klaus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
