$(this).bind({ click:function(){ window.open(alert("OK")); }, mouseover:function(){ window.open(alert("OK")); }, mouseout:function(){ window.open(alert("OK")); } });