摘要: 效果图:js代码:var isIE = (document.all) ? true : false;var $ = function (id) { return "string" == typeof id ? document.getElementById(id) : id;};var Class = { create: function() { return function() { this.initialize.apply(this, arguments); } }}var Extend = function(destination, source) { for (v 阅读全文
posted @ 2012-02-27 01:41 ``炯`` 阅读(906) 评论(0) 推荐(0) 编辑