Difference between find() and closest() in jquery?
Answer / Tripti Kaushik
find() is a jQuery method that searches within a set of elements for specified descendants, while closest() searches up the DOM tree for an ancestor that matches the given selector.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to debug jQuery?
How do you get the text value of a selected option?
How to run an event handler only once in jQuery?
What is finish method in jQuery?
How to check jQuery version?
Explain type paremeter of jquery ajax method?
What is the difference between $.map and $.grep in jQuery?
Explain which program is useful for testing jquery?
Explain the difference between $(this) and 'this' in jquery?
What is a cdn? : jQuery Mobile
Is it possible to use jquery to make ajax request? : jquery mobile
How to add a class to html element?