This is an awesome place. I have the following code but it does not work - does not change the tabs when you click on the links embedded in these tabs.
I'm using jquery ui tabs and was wondering if there is an event for when you click on an active tab (or any tab). I have tried the activate and beforeActive.
I'm trying to trigger some jQuery when a new tab is selected using the .click() listener on the .tab-* elements, but it seems like the code is being ignored.
The jQuery UI Tabs activate event is used to trigger when a tab is activated. If the previously active tab will collapse, then ui.oldTab and ui.oldPanel will ...