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
I used
style="pointer-events: none;"
something like:
1 first 2 second
seems to be doing the trick. still able to perform navigation using .click() function. which is what most are looking for.
something like
$('.nav [href="' + target + '"]').click()
Happy coding!