I am using jQuery UI Tabs inside of the jQuery UI dialog window.
I\'ve come across an instance, where I need to find the id of the current tab when clicking on one o
For JQuery UI 1.11+ this worked for me:
$("ul>.ui-tabs-active").attr('aria-controls');