What is jQuery

jQuery is a fast, small, and feature-rich JavaScript library. It simplifies HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is written in JavaScript, and designed for web front end applications only. You can get a copy of jQuery at: https://jquery.com/ Why Use jQuery jQuery provides an easy-to-use…

Sitewide Links

The most common form of linking will be to other pages within your website. These are often called internal site links, as they are part of your own website. When you link to another file, you need to specify the file name in the href attribute like is shown below. Notice that the only required…