Description
The Child selector selects all direct child elements specified by "child" of elements specified by "parent" .
The child combinator (E > F) only selects first-level descendants.
v1.0
This selector has the form:
$("parent > child")