www.pmhlw.cn www.pmhlw.cn

欢迎光临
我们一直在努力
顶部
域名
云服务器48/月

jquery实现图片翻页效果_jquery-js教程-

复制代码 代码如下:

$(function($){

    $.fn.changeList = function(options){

        var defaults = {

                    tag : 'li', // tab name

                    subName : '.utilTabSub', // sub class name

                    eventType : 'click', // event type

                    num : 4,

                    showType : 'show' // show effect type

                },

                opts = $.extend({}, defaults, options),

                that = $(this),

                subUl = that.find(opts.subName),

                subItems = subUl.find('li'),

                size = subItems.length,

                liW = subItems.outerWidth(true),

                ulW = liW * size,

                page = size + 1,

                n = opts.num,

                randNum = 0,

                m = 0;

 

        if(size > n){

            that.find(opts.tag)[opts.eventType](function() {

                randNum = mathRand(n, size);

                subItems.hide();

                $.each(randNum, function (i, el) {

                    subItems.eq(el).fadeIn(800);

                });

            });

        }

    };

}(jQuery));

 

/**

 * create Random number

 * @param bit: number

 * @param max: max number

 * @return {Array}

 */

function mathRand(bit, max){

    var num = 0,

            arr = [],

            ret = [];

    for(var i=0; i

        num = Math.floor(Math.random() * max);

        if($.inArray(num, ret) == -1){

            ret.push(num);

        } else {

            i--;

            continue;

        }

    }

    return ret;

}

【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。
发布内容
-六神源码网 网站出售带数据-六神源码网 网站出售带数据-六神源码网 网站出售带数据-六神源码网