I have jQuery tab, it works perfectly, I want to make the tabs to not be clickable and that can be done by removing href from a tags but this will cause the tabs to crash, is there a way to remove links from the tabs without causing a crash?
I will add next and back buttons on each tab so user can move one tab each time. I want to make it as wizard but in the side-tabs style.
Note: I have an idea, to remove href from a tag when mouse over and put the href parameter and hat can be done by using toggle function, but I need your help to do that, any other ideas are welcome.