Selecting with jQuery

You can use the $ sign to select elements from the DOM! It will feel a lot like selecting using querySelectorAll().

For example:

Here are some inputs

Later on we will use jQuery to interact with them!