What do you understand by jQuery Traversing Siblings?
Answers
Answered by
0
With jQuery traversing, you can easily move up (ancestors), down (descendants) and sideways (siblings) in the tree, starting from the selected (current) element. This movement is called traversing - or moving through - the DOM tree.
Answered by
0
Similar questions