这是一个使用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>
 
文章来自吾爱源码52scode.com转载请保留本链接,谢谢!

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。