12 2016 档案
jQuery 绑定事件
摘要:$('input').bind('click mouseover', fn); $('input').bind({ mouseover: fn(){}, mouseover:fn(){} }); 删除事件 unbind() $('input').unbind();//删除全部事件 $('input' 阅读全文
posted @ 2016-12-15 20:38 毕竟我是王宇浩 阅读(161) 评论(0) 推荐(0)