Friday, 7 April 2017

What is the difference between parent() and parents() methods in jQuery ?


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

No comments:

Post a Comment