码迷,mamicode.com
首页 > 其他好文 > 详细

绑定事件处理

时间:2017-12-29 21:50:43      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:fun   事件处理   事件   post   body   func   bind   绑定   col   

 

绑定事件可以对键值对的方式添加事件

$(‘input‘).bind({
mouseover : function () {
alert(‘移入‘);
},
mouseout : function () {
alert(‘移出‘);
}
});

 

绑定事件处理

标签:fun   事件处理   事件   post   body   func   bind   绑定   col   

原文地址:https://www.cnblogs.com/sunzhnan/p/8146275.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!