摘要:
很多时候,对于一些使用原生javascript的网页,我们需要研究里面的一些功能,或者干些坏事,最需要的就是jQuery,如何在一个仅支持原生JavaScript的网页里,手工加载jQuery呢?//Include jQueryvar body = document.getElementsByTagName('body')[0];var s = document.createElement('script');s.setAttribute('type', 'text/javascript');s.setAttribute(' 阅读全文
posted @ 2012-06-09 01:29
iEden
阅读(723)
评论(0)
推荐(0)

浙公网安备 33010602011771号