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
What will $("div span") select?
This div element has two descendants, p and span:
This is a paragraph.
This is a text inside a span.
This div element has also two descendants, p and span:
This is a paragraph. This is a span element, inside the paragraph.