1
Hi, I’m doing a question and answer panel, where I use the bootstrap tabs to better organize the questions. I wanted every time the user answered a question, jumped to the next one, but I can’t do it as an anchor, I searched the internet, but I only found it with URL.
And when the person clicks finish I send a confirm asking if he is sure he wants to finish. And he wanted that if the user did not confirm, return to the tab that he was on, but otherwise he would go to the tab "finish". I just wanted the way to create this anchor for tabs without having the need for the user to click each one...
Anyone who can help, I’d like to thank!
Try to remove the
data-toggle="tab"
of the element<a>
on the finish button, and put ahref="#"
.– wmarquardt
I think the problem is not with the button, I tried the way you said but still not enough.
– Artur