Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Save Code
Ctrl+Alt+A
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
This is a div element. My child is:
In this example, $("div").children will only return P, and not P + SPAN, because children() only traverse a single level down the DOM tree.