(function($){ $.fn.scroller = function(options){ var defaultVal = { duration: }; var obj = $.extend({},defaultVal,options); var el = options.el; var duration = options.duration; return this.each(function(){ if(typeof el != 'object') { el = document.g
原作者github地址:https://github.com/gbirke/jquery_pagination 在这基础上加入了跳转到指定页. 修改后的jquery.pagination.js /** * This jQuery plugin displays pagination links inside the selected elements. * * This plugin needs at least jQuery 1.4.2 * * @author Gabriel Birke (b