I'm using Twitter Bootstrap and its "tabs".
I have the following code:
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#add">add</a></li>
<li><a data-toggle="tab" href="#edit" >edit</a></li>
<li><a data-toggle="tab" href="#delete" >delete</a></li>
</ul>
The tabs work properly, but the in the URL is not added the #add, #edit, #delete.
When I remove data-toggle
the URL changes, but the tabs don't work.
Any solutions for this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…