摘要:
一:针对浏览器的常用高度jquery的用法:js的用法:document.body.scrollHeight 整个网页的高度(类似$(document).height() and $(document.body).outerHeight(true)) document.documentEleme... 阅读全文
摘要:
1. 很多网站都是使用这种方式引入,客户的浏览器可能已经缓存过了 jquery。可以直接调用本地的,速度更快…2. Google code 使用了 cdn 技术在很多地方有节点服务器,加载 jquery 时绝对不会比在你服务器上加载慢,本地服务器除外 : )3. 可以节省服务器流量,降低服务器带宽压... 阅读全文