[Add to favorites] 3 jquery tabs

Source: Internet
Author: User
Three jquery tabs

Blog type:

    • Jquery
Jqueryjavascriptxhtmlhtml

I. jquery idtabs

Idtabs is a jquery plug-in. It can easily add tabs for websites and opens the door to endless possibilities.

 

    • Demo:Http://www.sunsean.com/idTabs/
    • Download:Http://www.sunsean.com/idTabs/jquery.idTabs.min.js

Ii. jquery Tab

Jquery tab is the plug-in of jquery. It has vertical scrolling, horizontal scrolling, click triggering, cross triggering, automatic switching, and other effects.

 

Jquery section:

<SCRIPT type = "text/JavaScript" src = "JS/jquery-1.4.2.min.js"> </SCRIPT> <SCRIPT type = "text/JavaScript" src = "JS/jquery. tab. JS "> </SCRIPT> < Script Type = "Text/JavaScript"  > $ ( Document ) . Ready  (  Function  (  )  { $ (  "# Testtab"  ) . Tab  (  { Tabid :  "# Tabtag"  ,      // Switch the Controller ID Tabtag :  "Li"  ,          // Switch the Controller label Conid :  "# Tabcon" ,      // Content container ID CONTAG :  ". Tabcon"      // Container label      // Auto: True, // Automatic Switch      // Act: "click", // click trigger. You can also set click to Mouseover by default.      // Effact: "scrolly", // The effect is vertical scroll, and the horizontal scroll effect is scrollx      // DFT: 0, // set the start display Sequence      // Effact: "slow" // "slow" Effect    }  )  }  )  </ Script > 

XHTML section:

 <Div ID="Testtab">    <Div ID="Tabtag">     <Ul>        <Li> Project 1 </Li>        <Li> Project 2 </Li>        <Li> Project 3 </Li>      </Ul>    </Div>    <Div ID="Tabcon">      <Div Class="Tabcon"> Project 1 </Div>      <Div Class="Tabcon"> Project 2</Div>      <Div Class="Tabcon"> Project 3 </Div>    </Div>  </Div> 
    • Demo:Http://basketball.titan24.com/nba/focus/kikx/jQtab.html
    • Download:Jquerytab (113)

Iii. jquery tools tabs

Jquery tools tabs is also a very powerful jquery tab plug-in. It can also easily add tabs for websites and open the door to endless possibilities.

    • Demo:Http://flowplayer.org/tools/tabs/index.html
    • Download:Http://flowplayer.org/tools/download/combine/1.2.5/jquery.tools.min.js

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.