Question:Which of the following JQuery function is used to select nearest parent element that matches the specified selector?
A parent(selector) B closest(selector) C next(selector) D find(selector)
+ AnswerB
+ Report