顯示縮略圖網格預覽的 jQuery 插件:Gridder
Gridder 是一個顯示縮略圖網格預覽的 jQuery 插件,和 Google Image 顯示效果相似。
示例代碼:
<script>$(function() { // Call Gridder $('.gridder').gridderExpander({ scroll: true, scrollOffset: 30, scrollTo: "panel", // panel or listitem animationSpeed: 400, animationEasing: "easeInOutExpo", showNav: true, // Show Navigation nextText: "Next", // Next button text prevText: "Previous", // Previous button text closeText: "Close", // Close button text onStart: function(){ //Gridder Inititialized }, onContent: function(){ //Gridder Content Loaded }, onClosed: function(){ //Gridder Closed } }); });</script>
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!