格林威治
格林威治
undefined undefined 20 中间的自定义属性,未赋值 (个人理解 )
//演示地址 http://49.233.165.74:801/ function Select(obj) { this.el = obj.el; this.class = obj.activeClass; //高亮的类名 this.isHas = false; //是否已经高亮 this.init(); } Select.prototype = { //初始化 init: function () { this.addEvent(); }, //选择元素 $:...
//演示地址 IE10以下没做兼容 http://49.233.165.74:802/ * { margin: 0; padding: 0; } .row-column { width: 440px; margin: 30px auto; } .box { width: 500px; margin: 50px auto; background: #524940; padding: 20px; box-sizing:...