takurokamiyoshi / jquery.imggallery

イメージギャラリー用jQueryプラグイン

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#jquery.imggallery.js イメージギャラリー用jQueryプラグインです。 ##サンプルデモ http://www.takurokamiyoshi.net/blog/177/ ##使い方 ###CSS、ライブラリーの読み込み style.css、jQueryとjquery.imggallery.min.jsを読み込みます。

<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="js/jquery.imggallery.min.js"></script>

###HTMLタグを用意する

###jquery.imggalleryを動作させる <script> $(function(){ $('#main_img').imggallery({ // メインイメージのid auto: true, // autoで動作させるか speed: 700, // speed timeout: 3000, // timeout thumb: '#thumb_img' // サムネイルエリアid }); }); </script>

About

イメージギャラリー用jQueryプラグイン


Languages

Language:JavaScript 47.7%Language:HTML 45.6%Language:CSS 6.7%