How to get the current tab title which I named in the JQuery Tabs UI
I am using http://jqueryui.com/demos/tabs/#manipulation . I want to get the title of the currently selected tab that I named earlier (from href for example). How do I get it?
I tried:
$(ui.tab).attr('href')
+3
source to share
6 answers