bind params type jquery code example Example: jquery bind click $( "#foo" ).bind( "click", function() { alert( "User clicked on 'foo.'" ); });