Some types of events are fairly common, and jQuery provides shorthand helper functions to make your code a little easier to write and read. Some examples:
hover(): use this instead of mouseover and mouseleave eventsclick(): listens for click eventsdblclick(): listens for double-click eventsresize(): fired on the window object when the browser window resizes
Mouse over this div to see the hover effect. Try clicking and double-clicking.