Use the bootstrap tab plug-in to implement a layer switching effect (it may mislead you and you may have a good time), bootstraptab
My friends, my JS is really a scum, so I always want to be lazy, so I changed the tab plug-in to achieve the effect (you guys pat me, I am a little white, it's pure, and the heart is weak )......
Bootstrap is used to consider the compatibility of mobile devices in recent projects. On the home page, there is an effect that requires the mouse to click a different button to fix the changes in the layer content (do I have a clear description? Orz ......), For example:
The original tab button is a purple drop, and must be on the left side of the content layer. 1.1 check the structure.
<Li class = "li_1 active">
<A data-toggle = "tab" href = "# panel-11"> <span class = "fa-stack fa-lg"> <I class = "fa-genderless fa-stack-2x> </I> <I class = "fa-level-up fa-stack-1x"> </I> </span> <br/> </a>
</Li>
That's what I 've done. I'll write it later ......