Methods for Event Binding in jQuery
Attach an event to all links - when you hover over a link, its href is added to the end of its text in parentheses.
Bind an event to all inputs - when focus is lost, each input outputs its value to the paragraph with id=#test.