Home > Web Front-end > HTML Tutorial > css3 rounded tab tab code_html/css_WEB-ITnose

css3 rounded tab tab code_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:43:24
Original
1428 people have browsed it




jQuery css3圆角tab选项卡切换


<script> <br> $(function(){ <br> $("li").click(function(e) { <br> e.preventDefault(); <br> $("li").removeClass("active"); <br> $(this).addClass("active"); <br> }); <br> }); <br> </script>






Round Out Tabs




Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template