摘要: var TH = TH || {};TH.extend = function(first, second){ for (var prop in second){ first[prop] = second[prop]; }}; TH.css = function(element, styles){ if (styles.opacity != null){ if (typeof element.style.opacity != 'string' && typeof(element.filters) != 'undefined'){ ... 阅读全文
posted @ 2012-05-18 10:11 kpbiao 阅读(243) 评论(0) 推荐(0)