I'm trying to work with the tabs plugin to be able to link to the specific tabs on the page. I know I can do url.php#someid, but my tabs have onclick events right now that load the page content.
What I was trying to do was find a way to move from onclick to tabsshow events bound. My hope was that when the page was loaded via the #someid url that it would fire the event. Looking at the docs and testing around a bit, the tabsshow seems to be an event on the tab grouping vs the individual tabs. Am I missing something here? Do I need to write a handler within the tabsshow event to fire off the ajax call for the tab that is currently selected? Does anyone know if there's a built in way I'm missing to do this already? -- 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.
