var area = document.querySelector('.area');
area.addEventListener('mouseenter', function(){
console.log( 'mouse enter' );
});
area.addEventListener('click', function(){
console.log( 'click' );
});
;(function(){
window.G = function(selector){
return new _G(selector);
}
function _G(selector){
this.elements = document.querySelector(selector);
return this;
}
_G.prototype = {
constructor : _G,
method : function(name, fn){
if(this.elements){
this.elements.addEventListener(name, fn, false);
}
return this;
}
}
})();
G('.area').method('mouseenter', function(){
console.log( 'mouse enter' );
}).method('click', function(){
console.log( 'click' );
})
_G.prototype = {
constructor : _G,
method : function(name, fn){
if(this.elements){
this.elements.addEventListener(name, fn, false);
}
return this;
},
show : function(){
this.elements.style.display='';
return this;
},
hide : function(){
this.elements.style.display='none';
return this;
}
}
// 隐藏
G('.area').hide();
// 显示并且绑定click事件
G('.area').show().method('click', function(){
console.log( Date.now() );
})
G('.area').style.display='none'; // 错误
G('.area').elements.style.display='none'; // 正确
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有