The tab effect implemented by Jquery can specify the page number displayed by default.

Source: Internet
Author: User

You can specify the default page number in the code.
 
Copy codeThe Code is as follows:
<Div id = "container" style = "width: 500px;">
<Ul>
<Li> <a href = "# fragment-1"> <span> One </span> </a> </li>
<Li> <a href = "# fragment-2"> <span> Two </span> </a> </li>
<Li> <a href = "# fragment-3"> <span> Three </span> </a> </li>
</Ul>
<Div id = "fragment-1"> <a href = "http://www.freejs.net/article_tabbiaoqian_29.html"> jquery implements a simple Tab switching menu </a> </div>
<Div id = "fragment-2"> <a href = "http://www.freejs.net/article_jiaodiantu_56.html"> jquery focus diagram slideshow </a> </div>
<Div id = "fragment-3"> js and other Code </div>
</Div>

Copy codeThe Code is as follows:
<Script language = "javascript">
$ (Function (){
// Directly create the Tab menu. the default option is second, And the fade animation is used when switching.
$ ("# Container> ul"). tabs ({fx: {opacity: "toggle", height: "toggle"}, selected: 1 });
});
</Script>

Note that the previous selected: 1 shows the second page by default.

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.