jQuery Bind Click

$( "#foo" ).bind( "click", function() {
  alert( "User clicked on 'foo.'" );
});
Sticky Pingu