Answers

Question and Answer:

  Home  jQuery Mobile

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

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

 219 views

More Questions for you: