乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      一款由jQuery實現(xiàn)的手風琴式相冊圖片展開效果

       昵稱10504424 2014-09-28

      之前我們有分享過很多jQuery手風琴樣式的菜單,比如CSS3手風琴下拉菜單。今天要分享的jQuery手風琴效果很特別,它是手風琴樣式的相冊圖片展開效果。我們只需點擊圖片縮略圖即可展開當前的圖片,并將其他的圖片收縮起來。

      在線預覽   源碼下載

      實現(xiàn)的代碼

      html代碼:

      復制代碼
       <article id="home">
      <header>
      </header>
      <article id="gallery">
      <section>
      <h1>
      Portfolio</h1>
      <a href="images/autumn-large.jpg" title="An autumn ThemeForest theme">
      <img src="images/autumn-thumb.jpg" width="125" height="90" />
      <p>
      The Seasons, Autumn</p>
      </a><a href="images/autumn-home-large.jpg" title="The Homepage">
      <img src="images/autumn-home-thumb.jpg" width="125" height="90" />
      <p>
      The Seasons, Autumn Homepage</p>
      </a><a href="images/mustash-large.jpg" title="Online art market">
      <img src="images/mustash-thumb.jpg" width="125" height="90" />
      <p>
      Mustash.ro</p>
      </a><a href="images/winter-large.jpg" title="Upcoming winter ThemeForest theme">
      <img src="images/winter-thumb.jpg" width="125" height="90" />
      <p>
      The Seasons, Winter</p>
      </a><a href="images/winter-home-large.jpg" title="Theme homepage">
      <img src="images/winter-home-thumb.jpg" width="125" height="90" />
      <p>
      The Seasons, Winter Homepage</p>
      </a><a href="images/bluebusiness-home-large.jpg" title="The Homepage for BlueBusiness">
      <img src="images/bluebusiness-home-thumb.jpg" width="125" height="90" />
      <p>
      BlueBusiness Homepage</p>
      </a>
      </section>
      <section>
      <h1>
      Products</h1>
      <a href="images/bluebusiness-large.jpg" title="Classic business theme on ThemeForest">
      <img src="images/bluebusiness-thumb.jpg" width="125" height="90" />
      <p>
      BlueBusiness</p>
      </a><a href="images/bluebusiness-home-large.jpg" title="The Homepage for BlueBusiness">
      <img src="images/bluebusiness-home-thumb.jpg" width="125" height="90" />
      <p>
      BlueBusiness Homepage</p>
      </a>
      </section>
      <section>
      <h1>
      Upcoming</h1>
      <a href="images/winter-large.jpg" title="Upcoming winter ThemeForest theme">
      <img src="images/winter-thumb.jpg" width="125" height="90" />
      <p>
      The Seasons, Winter</p>
      </a>
      </section>
      <section>
      <h1>
      Projects</h1>
      <a href="images/acorn-vp-large.jpg" title="HTML5 video player results from Dev.Opera article">
      <img src="images/acorn-vp-thumb.jpg" width="125" height="90" />
      <p>
      Acorn Video Player</p>
      </a><a href="images/acorn-vp2-large.jpg" title="Acorn video player with a different child theme">
      <img src="images/acorn-vp2-thumb.jpg" width="125" height="90" />
      <p>
      Acorn Video Player, Smalldark Theme</p>
      </a>
      </section>
      </article>
      </article>
      復制代碼

      css代碼:

        #gallery
      {
      width: 100%;
      height: 500px;
      }

      js代碼,這里需要引用一個jquery.min.js和jquery.accordiongallery.min.js外部js。初始化的js如下:

       $(document).ready(function () {
      $('#gallery').accordionGallery();
      });

      本文來源于網(wǎng)絡,由愛編程整理發(fā)布,原文地址:http://www./Article/7436

      標簽: jquery
      綠色通道: 好文要頂 關注我 收藏該文

       

        本站是提供個人知識管理的網(wǎng)絡存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權內(nèi)容,請點擊一鍵舉報。
        轉藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約