jQuery find() method is used to get all descendant elements of the selected element.
Syntax : jQuery find() method
$(selector).find(filter);
filter:
– An element or string which contains the selector expression to match the elements.
$(selector).find(filter);
filter:
– An element or string which contains the selector expression to match the elements.