tab-Tab-[data-class]

Source: Internet
Author: User

<!--************* HTML *************--

<div id= "Tabnav" >

<span class= "Active" data-class= "plaint" > Platform Introduction </span>

<span data-class= "Compro" > Company Profile </span>

<span data-class= "Costpro" > Platform Fees </span>

</div>

<div class= "Clear Bordertblr mb30" id= "Tabcont" >

<!--platform Profile--

<div class= "Plaint" ></div>

<!--company Profile--

<div class= "Compro" ></div>

<!--platform Fee--

<div class= "Costpro" ></div>

</div>


<!--************* CSS *************--

#tabNav span {float:left;cursor:pointer;display:inline-block;padding:5px 14px;color:rgb (28,127,219); Background-color: #F6F6F6; font-size:15px;}

#tabNav span.active {Background-color:rgb (28,127,219); color:white;}

. Compro,

. costpro {Display:none;}


JQ *************

$ ("#tabNav span"). On (' click ', function () {

var data = $ (this). attr ("Data-class");

$ (this). AddClass ("active"). Siblings (). Removeclass ("active");

$ ("#tabCont." +data). Show (). siblings (). Hide ();

})


This article is from the "Riverside Camellia" blog, please make sure to keep this source http://shancha.blog.51cto.com/5215524/1602442

tab-Tab-[data-class]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.