Using Basic jQuery Selectors

Selectors are used to do exactly what their name implies: select content within a Web page.

They use a very CSS-like syntax in order to do this. To take a few examples:

This is paragraph 1

This is paragraph 2

This is paragraph 3

This is paragraph 4

This is paragraph 5