摘要:
jQuery.fn.extend({ OpenDiv: function () { var sWidth, sHeight; sWidth = window.screen.availWidth; if (window.screen.availHeight > document.body.scrollHeight) { sHeight = window.screen.availHeight; } else { sHeight = document.body.scrollHeight + 20; } var maskObj = document.createElement("div 阅读全文
posted @ 2013-03-04 10:35
小爪微凉
阅读(290)
评论(0)
推荐(0)