博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

jQuery插件---跟随滚动条同步滚动的侧边栏.

Posted on 2008-11-02 14:46  linFen  阅读(3275)  评论(0编辑  收藏  举报

代码:
 程序代码
<script type="text/javascript">
  $( '#example' ).scrollFollow();
</script>

演示:
http://kitchen.net-perspective.com/sf-example-1.html

http://kitchen.net-perspective.com/sf-example-2.html

http://kitchen.net-perspective.com/sf-example-3.html

http://kitchen.net-perspective.com/sf-example-4.html


下载:
http://kitchen.net-perspective.com/open-source/scroll-follow/
本篇文章来源于 cssrain.cn 原文链接:http://www.cssrain.cn/article.asp?id=1160