Which jQuery method is used to get the all ancestor elements between two given arguments?
Options:
Explanation:
jQuery method
parentsUntil() is used to get the all ancestor elements between two given arguments.
Tags:
jQuery
Answer:
Which jQuery method is used to get the all ancestor elements between two given arguments parentsUntil().