Questions tagged [jquery-tabs]

Tabs widget of jQuery UI toolkit.

Tabs Widget of toolkit is a widget used to break content into multiple sections or panels that can be swapped to save space.

Documentation: http://jqueryui.com/tabs/

434 questions
42
votes
11 answers

Get the ID of the tab (div) being activated

I'm using jquery 1.9 and jquery UI 1.10 I want to be able to get the tab ID when clicking on a tab. For example if I clicked tab named "Second" I want to get "tabs-2" response. I've done the below code so far: