javascript - Disable header click on jQuery tabs -
how can disable header click jquery tabs.
i want change tabs elements inside tab, building component work wizard.
$(tab).click(function(){ return false; }); will prevent default action of tab
how can disable header click jquery tabs.
i want change tabs elements inside tab, building component work wizard.
$(tab).click(function(){ return false; }); will prevent default action of tab
Comments
Post a Comment