Overview
xxx.
Document Ready
.ready()
Traversing
Shared HTML
.each()
Iterates over a set of elements and executes a function for each one.
Note: Most jQuery methods, that return a collection, can implicitly loop through it, making the .each() method unnecessary, as shown in the following example.
.filter()
Reduces a set of elements to a new set that matches the given query.
Or, just use CSS.