What is jQuery?

What is jQuery?

  • A Javascript library that makes it easy to dynamically update your pages (i.e. perform DOM manipulation)

  • Offers a simple way to achieve a variety of common Javascript tasks

  • Consistent across all browsers

  • Does not do anything native / vanilla Javascript cannot do, just does it with a more intuitive syntax

It’s important to note that jQuery is NOT another programming language it is a library or tool built on top of Javascript