$("button").bind("click", function(){ alert('click'); } ); $("button").bind("mouseover", function(){ alert('mouseover'); } );