Jquery如何为元素绑定事件,小记一下,防止忘记了!
rush:js;">
$(this).bind({
click:function(){
window.open(alert('OK'));
},mouSEOver:function(){
window.open(alert('OK'));
},mouSEOut:function(){
window.open(alert('OK'));
}
});
以上所述就是本文的全部内容了,希望大家能够喜欢。