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 eventsdblckick()
: listens for double-click eventsresize()
: fires on the window object on a browser window resize