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? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
