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 and for JavaScript and designed for web front-end applications only. It is a lightweight library (30kb minified and gzipped) that supports accessing web elements via CSS3…

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…