全屏切换滚动
JavaScript Code
- <script type="text/javascript">
- $("#container").PageScroll({
- // html structure
- selectors : {
- sections : ".sections",
- section : ".section",
- page : ".pages",
- active : ".active"
- },
- // index slide
- index : 0,
- // easing effect
- easing : "ease",
- // transition duration
- duration : 500,
- // enable infinite loop
- loop : false,
- // enable pagination
- pagination : true,
- // enabke keyboard events
- keyboard :true,
- // vertical or horizontal
- direction : "vertical",
- // callback function
- callback : ""
- });
- //$("#container").PageScroll("init");
- </script>
原文地址:http://www.freejs.net/article_jquerytupiantexiao_516.html