CSS selectors, DOM selectors

Use an element name or id where practical.

CSS parsers read rules from right to left. jQuery reads from left to right.

Note by @grahamscott: jQuery.find() can be faster than using the descendent selector (see test).