[jQuery] UI-Tabs: How to get the text of selected tab?
Hi,
Is there a way to get the text of a selected tab? and can i get that
from select event? for example
$('#example').tabs({
select: function(ui) {
// return the text of the tab you just clicked
}
});
please help
thanks
zm