• jQuery-parallax.js

    下载Parallax.js 引入 使用 $('').parallax(); 参数 Behaviours行为 There are a number of behaviours that you can setup for any given Parallax instance. These behaviours can either be specified in the markup via da…

    WEB 2017-02-16 3391

  • jQuery-lazyload.js

    引入 引用jquery和jquery.lazyload.js到你的页面 下载:https://cdn.blyoo.com/js/jquery.lazyload.min.js 使用 参数 $("img").lazyload({ }) placeholder : "img/grey.gif", //用图片提前占位,placeholder,值为某一图片路径.此图片用来占据将要加载的图片的位置,待图片加载…

    WEB 2017-02-15 2168

  • jQuery-osSlider.js

    引入 使用该幻灯片插件需要在页面中引入osSlider.css以及osSlider.js文件。 css文件我没有,也可以不使用 下载 :http://cdn.blyoo.com/osSlider/osSlider.js 演示 基础演示 用法 var slider = new osSlider({ pNode:'.slider', cNode:'.slider-main li', speed:300…

    WEB 2017-02-15 2924