霸气的jQ插件

http://codepen.io/

canvas的各种实例

 

1.The Responsive jQuery Content Slider

http://bxslider.com/

 

 

2.ThemePunch

Slider Revolution plugins

http://www.themepunch.com/

3.Backstretch

http://srobbin.com/jquery-plugins/backstretch/

背景图片轮播

不用html,只需一段js代码

 

<script>
    $.backstretch([
      "img/bg/1.png",
      "img/bg/3.png",
      "img/bg/2.png"
      ], {
        fade: 1000,
        duration: 7000
    });
</script>

 

posted @ 2015-04-10 14:42  laugh  阅读(223)  评论(0编辑  收藏  举报