最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

基于jQuery實(shí)現(xiàn)選項(xiàng)卡效果

 更新時(shí)間:2017年01月04日 15:50:57   作者:小伍  
這篇文章主要為大家詳細(xì)介紹了基于jQuery實(shí)現(xiàn)選項(xiàng)卡效果的相關(guān)資料,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

選項(xiàng)卡,不多說(shuō)了,做不做網(wǎng)絡(luò)的都知道,我學(xué)的比較晚,現(xiàn)在發(fā)一個(gè)選項(xiàng)卡制作的代碼

效果下圖所示:

源代碼:

<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title></title>
  <meta name="keywords" content=" keywords" />
  <meta name="description" content="description" />
</head>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<style type="text/css">
  body{font-size:13px}
  ul,li{margin:0;padding:0;list-style:none}
  #menu li{text-align:center;float:left;padding:5px;margin-right:2px;width:50px;cursor:pointer}
  #menu li.tabFocus{width:50px;font-weight:bold;background-color:#f3f2e7;border:solid 1px #666;border-bottom:0;z-index:100;position:relative}
  #content{width:260px;height:80px;padding:10px;background-color:#f3f2e7;clear:left;border:solid 1px #666;position:relative;top:-1px}
  #content li{display:none}
  #content li.conFocus{display:block}
</style>
<body>
<script type="text/javascript">
  $(function(){
    $('#menu li').each(function(index){
      $(this).click(function(){
        $('#menu li.tabFocus').removeClass('tabFocus');
        $(this).addClass('tabFocus');
        $('#content li:eq('+index+')').show().siblings().hide();
      })
    });
  });
</script>
<ul id="menu">
  <li class="tabFocus">家居</li>
  <li>電器</li>
  <li>二手</li>
</ul>
<ul id="content">
  <li class="conFocus">這是家居的內(nèi)容</li>
  <li>這是電器的內(nèi)容</li>
  <li>這是家居的內(nèi)容</li>
</ul>
</body>
</html>

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

泸溪县| 安图县| 福安市| 麻栗坡县| 延吉市| 台东县| 永修县| 曲麻莱县| 桂东县| 巫溪县| 什邡市| 页游| 金山区| 大英县| 洞头县| 石棉县| 安阳县| 湛江市| 靖边县| 河曲县| 舒城县| 富川| 根河市| 望江县| 谷城县| 嘉义县| 柯坪县| 剑川县| 洛南县| 海盐县| 西和县| 呼图壁县| 吉隆县| 古蔺县| 沙河市| 大城县| 额尔古纳市| 大埔县| 温州市| 绥中县| 思南县|