摘要:
【插件功能】 当用户向上或向下滚动页面到一定位置时,目标元素开始固定定位(position:fixed),当回滚到原位置时目标元素恢复到原状态,可以定制触发滚动相对屏幕位置和触发滚动方向,兼容IE6 【插件参数】 $(".target_element").scrollFix( [ "top" | " 阅读全文
摘要:
div{position:fixed;margin:auto;left:0; right:0; top:0; bottom:0;width:200px; height:150px;} 阅读全文
摘要:
HTML部分:<div id="append_parent"></div>JS代码部分: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3 阅读全文