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


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -