Can you please explain the difference between parent() and parents() methods in jQuery?

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

Read Online jQuery Mobile Job Interview Questions And Answers