摘要:
// js (function(doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = func 阅读全文
摘要:
var loadFlag = [0, 0, 0, 0]; var THISPAGE = { init: function (data) { this.initDom();//初始化Dom(页面Dom赋值、显示隐藏等操作) this.loadTable(0);//借入 this.addEvent(); 阅读全文
摘要:
<div class="f_border_two article-author clearfix"> <div class="m_input fl"> <input type="text" id="author" value="" name="" maxlength="50"> <label for 阅读全文
摘要:
//扩展Jquery对象方法 $.fn.extend({ //proTree树结构 amTree: function (opts) { var Tree = function (element, opts) { this.element = element; //js... 阅读全文