cycling jQuery_Succinctly | Page 51

Traversing up the DOM You can easily traverse up the DOM to ancestor elements using the parent(), parents(), and closest() methods. Understanding the differences between these methods is critical. Examine the code below and make sure you understand the differences between these jQuery traversing methods. Sample: sample40.html