0
kicks
JQuery Document Object Model Traversal
jQuery provides different types of DOM traversal methods which are helpfull to select elements in a document randomly as well as in sequential method.
Most of the DOM Traversal Methods to filter out elements from a document based on given conditions
Using Dom Traversal Methods we can
* Finding out elements by index
* Filtering Elements
* Locating Descendent Elements
* ......