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
Use following code to disable the user Click on tab:
$('li:has([data-toggle="tab"])').click(function(event){return false;});
Maker sure this code will be added after your bootsrtap js