I am using bootsrap tabs for a registration form , I changed navigation of tabs using onclick event of next and previous button . But still that tabs click works and being
$(document).ready(function(){ $("#tabs > li").click(function(){ if($(this).hasClass("disabled")) return false; }); });
It will be enough to work