I have a problem with jquery tabs. If I bind to tabsselect or tabsshow tab events, they do not fire.
I am using the latest jquery-ui 1.10.3 and there are no js errors in my webapp console.
the code:
$("#tabs").tabs(); $("#tabs").bind('tabsselect', function(event, ui) { alert(ui.index);
source share