jQuery :parent Selector
Definition and Usage
The :parent selector selects all elements that are the parent of another element, including text nodes.
Syntax
$(":parent")
The :parent selector selects all elements that are the parent of another element, including text nodes.
$(":parent")
Your message has been sent to W3Schools.