[Jquery Plugin] Jquery Tabs plug-in introduction-better organize your page

Source: Internet
Author: User

About Jquery Tab plug-in, the more popular is jQuery UI Tabs, recently this plug-in has been updated, address for http://stilbuero.de/jquery/tabs_3/, many domestic websites are also using this plug-in, I hope you will have time to try it out.

Today, we suddenly found a more lightweight and functional Jquery Tab plug-in. First, let's look at its functions;

1. A simple configuration can achieve the following results:

Http://flowplayer.org/tools/demos/tabs/index.html

2. You can customize your own tabs by extending the CSS style.

/* alternate colors: skin2 */ 
ul.skin2 a { 
    background-color:#89a;         
    color:#fff !important; 

 
/* mouseover state */ 
ul.skin2 a:hover { 
    background-color:#678; 

 
/* active tab */ 
ul.skin2 a.current { 
    background-color:#4F5C6A; 
    border-bottom:2px solid #4F5C6A;     

 
/* tab pane with background gradient */ 
div.skin2 div { 
    color:#fff; 
    background:#234 url(/img/global/gradient/h300.png) repeat-x scroll 0 -50px; 
    min-height:200px; 
}

The effect is as follows:

Http://flowplayer.org/tools/demos/tabs/skins.html

3. Only the browser's "Forward" and "backward]

 

Code
$ (Function () {$ ("ul.css-tabs"). tabs ("div.css-panes> div", {history: true });});

The effect is as follows:

Http://flowplayer.org/tools/demos/tabs/history.html

4. Call the content of each Tab through Ajax. The Tab page content is called only when the Tab button is clicked for the first time.

It is very simple to use and the effect is as follows:

Http://flowplayer.org/tools/demos/tabs/ajax.html

5. Tab wizard, such as the process of creating a shopping cart order

Complete personal information-> modify shopping cart items-> View orders

The effect is as follows: http://flowplayer.org/tools/demos/tabs/wizard.html

This function is particularly useful.

6. You can find the accordion in other ways. The display address is as follows:

Http://flowplayer.org/tools/demos/tabs/accordion-horizontal.html

 

The plug-in is as follows:

Http://flowplayer.org/tools/download.html

Jquery. tools. min. js is a UI function package and includes other UI effects.

Tooltip: a good reminder plug-in

Scrollable: Rolling effect plug-in

Overlay: A good mask layer plug-in

Expose: dimmed background

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.