Page Load

Hiding sections before we choose to show them Running code once page has loaded Running code on page load

Read More

$. vs jQuery.

Straight javascript uses $ For platforms such as WordPress you need to change the $ to be jQuery instead e.g.

Read More