1.

Can You Please Explain The Difference Between Parent() And Parents() Methods In Jquery?

Answer»

The BASIC DIFFERENCE is the parent() function travels only one LEVEL in the DOM tree, where parents() function search through the whole DOM tree.

The basic difference is the parent() function travels only one level in the DOM tree, where parents() function search through the whole DOM tree.



Discussion

No Comment Found