Gridder 图片显示插件

程序名称:Gridder

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>

Gridder 官网

https://github.com/oriongunning/gridder

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...