On Nov 6, 2:05 pm, Klaus Hartl <[email protected]> wrote: > Did not quite understand the problem yet. > > The tabsshow event fires on a single tab, and it is fired after the > tabsload event, e.g. after the ajax request. The sequence is selected > - load - show, which is why I don't understand why you want/would have > to to fire that ajax manually. > > --Klaus
Sorry, I originally thought the tabsshow event was specific to each tab in the grouping. i.e. if I clicked on tab #2 that there was a tabsshow on #2 that was fired. In essence I was trying to move the onclick event for each tab heading to a tabsshow for each one. I've figured out the tabsshow is on the container and that I need to check the id of the tab in the event to know which one was clicked/ loaded. Rick -- 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=.
