Jquery tab effect: here we provide a jquery tab plug-in to make a beautiful jquery tab effect instance. below is the source code we provide, and online preview and source code download are also provided.
Jquery tab Effect
Here we provide an example of using the jquery tab plug-in to make a beautiful jquery tab effect. below is the source code we provide, and we also provide online preview and source code download.
<! Doctype html public "-// w3c // dtd xhtml 1.0 strict // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml" xml: lang = "en" lang = "en">
<Head>
<Meta http-equiv = "content-type" content = "text/html; charset = UTF-8"/>
<Title> using css tutorial sprites </title>
<Link rel = "stylesheet" type = "text/css" href = "style.css"/>
<Script src = "js/jquery-1.2.6.min.js" type = "text/Webpage effects" charset = "UTF-8"> </script>
<Script src = "js/widget. js" type = "text/javascript" charset = "UTF-8"> </script>
</Head>
<Body>
<Div id = "page-wrap">
<Div class = "box">
<Ul id = "catnav">
<Li class = "activecatbutton"> <a id = "list-one-button"> apple </a> </li>
<Li> <a id = "list-two-button"> linux </a> </li>
<Li> <a id = "list-three-button"> microsoft </a> </li>
<Li> <a id = "list-four-button"> news </a> </li>
</Ul>
<Ul class = "cat-list" id = "list-one">
<Li> <a href = "#"> example story from list one </a> </li>
<Li> <a href = "#"> example story from list one </a> </li>
<Li> <a href = "#"> example story from list one </a> </li>
<Li> <a href = "#"> example story from list one </a> </li>
<Li> <a href = "#"> example story from list one </a> </li>
</Ul>
<Ul class = "cat-list" id = "list-two">
<Li> <a href = "#"> example story from list two </a> </li>
<Li> <a href = "#"> example story from list two </a> </li>
<Li> <a href = "#"> example story from list two </a> </li>
<Li> <a href = "#"> example story from list two </a> </li>
<Li> <a href = "#"> example story from list two </a> </li>
</Ul>
<Ul class = "cat-list" id = "list-three">
<Li> <a href = "#"> example story from list three </a> </li>
<Li> <a href = "#"> example story from list three </a> </li>
<Li> <a href = "#"> example story from list three </a> </li>
<Li> <a href = "#"> example story from list three </a> </li>
<Li> <a href = "#"> example story from list three </a> </li>
</Ul>
<Ul class = "cat-list" id = "list-four">
<Li> <a href = "#"> example story from list four </a> </li>
<Li> <a href = "#"> example story from list four </a> </li>
<Li> <a href = "#"> example story from list four </a> </li>
<Li> <a href = "#"> example story from list four </a> </li>
<Li> <a href = "#"> example story from list four </a> </li>
</Ul>
</Div>
</Div>
</Body>
</Html>
Online Preview address
Http://g.111cn.cn/javascript/js/20100831/tab
Source code
Http://down.bKjia. c0m/down/code/jquery/2010/0831/20544.html