2012年5月16日

自学《Javascript DOM高级程序设计》所写的部分js通用函数

摘要: // JavaScript Document(function(){//命名空间xuyimingif(!window.xuyiming){window['xuyiming']={}}//浏览器能力检测function isCompatible(other){if(other === false||!Array.prototype.push||!Object.hasOwnProperty||!document.createElement||!document.getElementsByTagName){return false;}return true;}window[' 阅读全文

posted @ 2012-05-16 22:34 VanPersie 阅读(166) 评论(0) 推荐(0)

导航