Jquery如何为元素绑定事件,小记一下,防止忘记了!
$(this).bind({ click:function(){ window.open(alert('OK')); }, mouseover:function(){ window.open(alert('OK')); }, mouseout:function(){ window.open(alert('OK')); } });