8×8分割、デフォルト設定 画像は連番で、1.jpg、2.jpg、3.jpgが使われます。 8行8列に分割し、デフォルト設定でアニメーションします。 <script> jQuery(function($){ $("#eyecatch").dabSalad( "images/.jpg", 3, {rows:8,cols:8} ); }); </script>