By the way this application is very dynamic. Its runs in an embedded browser (IE embedded in an exe), and the exe calls a javascript function that tells it a device has been plugged into the usb port. At that point i load a set of tabs for this device. The contents of the tabs come from external sources or from the device itself which i can ask for information.
On Fri, May 15, 2009 at 1:23 PM, mwolfe <[email protected]> wrote: > I want to have my own custom event handler for tabsselect because I > need more flexibility in the content displayed than just a basic ajax > query or some static content. I basically want to be able to have my > own callback function for each tab, the callback function determines > what to do based on the tabs hash right now. > > I saw there was an example of selecting the currently added tab, but I > only want to execute this function for the currently active (first) > tab.. > I tried triggering tabsselect on the selected tab with an onclick > handler but that does nothing, i can't trigger tabsload either (it > appears tabsload is not registered unless you are using ajax tabs), > and even tabsshow won't trigger from the onclick handler.. > > How can I make the pre selected tab execute a callback function to get > its contents? > > > -- Matt Wolfe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
