jquery滚动翻页插件–single.js

jquery滚动翻页插件--single.js-精品资源网
jquery滚动翻页插件–single.js
此内容为免费资源,请登录后查看
0
免费资源

jquery滚动翻页插件--single.js


这是一个使用jquery插件设计的简单易用的单页面网站。
这样做的好处就是可以用jquery库以及jquery插件缓冲网页加速,只要下载single.js插件,并且放到网页顶部调用即可,当然,还必须在html中调用本插件,即可搞定:
<div id="single">
  <div data-target="home"> </div>
  <div data-target="skills"> <a href="#" data-link="contact">Go To Contact</a> </div>
  <div data-target="portfolio"> <img src="img/assassin.jpg" alt="Assassins Creed" data-img="true" width="100%" /> </div>
  <div data-target="contact"> </div>
</div>
And you can call the plugin like that:
<script type="text/javascript">
    $(document).ready(function(){
        $("#single").single();
    });
</script>
 

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容