2012年8月29日

yoka javascript库

摘要: /* * author tiger */;(function(){ Function.prototype.method = function(name,func){ if(!this.prototype[name]){ this.prototype[name] = func; } }; if( !window.XMLHttpRequest && window.ActiveXObject){ try{ document.execCommand('BackgroundImageCache', false, true); }catch (e){ }; }/* * St 阅读全文

posted @ 2012-08-29 18:04 lzf0514 阅读(173) 评论(0) 推荐(0) 编辑

imgs[0].style.cssText设置style值

摘要: imgs[0].style.cssText += ';opacity:1;filter:alpha(opacity=100);display:block;z-index:2;'; 阅读全文

posted @ 2012-08-29 17:48 lzf0514 阅读(197) 评论(0) 推荐(0) 编辑

导航