原创jquery下拉自动加载

2017-08-10

直接代码: $(document).ready(function(){ $(window).scroll(function() { var h = $(document).scrollTop(); var heigth = $(document).height() - $(windo...


分享一个快捷导航的代码

2017-02-25

var quick = { init : function(){ var othis = this; this.bind_dd_click(); $(window).scroll(function(){ othis.bind_rolling();// 绑定滚动一...


分享一个滚动的js代码

2017-02-21

因为工作中中常常用到!所以就写了个! var index = { init : function(){ var othis = this; this.show = 5;//显示的个数 this.one_li_w = $(".rolling ul l...