07 2012 档案
摘要:css:<style type="text/css">.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important; }.nav-glyphish-example .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important;
阅读全文
摘要:<script> $(document).ready(function() { function Fun(a, b) { this.name = a; this.addr = b; } Fun.prototype.options = {}; $.extend(Fun.prototype.options, { a : "a", b : "b", c : "c" }); $.extend(Fun.prototype, { show : function() { alert("show__________"
阅读全文