JQuery: An Introduction

Page last updated on 2011 / 25 / 07

As a budding web developer you have no doubt heard of JQuery, and you most certainly have visited a website that runs it.

JQuery is essentially a bundled library of functions designed to enable developers to write less javascript and achieve more functionality. It also acts as a basic framework to which there are hundreds of Jquery 'plugins' developed to further enhance the range of functions that JQuery can accomplish.

At its most basic level, JQuery:

JQuery is hugely popular and well tested. Purists may tell you that you can achieve anything you like with regular Javascript coding that doesn't "require" a 'bloated' library of javascript. A counter-argument is that JQuery is hosted on a number of popular websites, and allow you to 'hotlink' a copy, which enhances the chances that your site visitors are going to have a version of it already cached on their computer.

So Why Use JQuery?

This section of the site hopes to cite and provide useful examples of JQuery in action. Why not Visit the JQuery Site and then check back, and test some of our examples?

I firmly believe in using a library like JQuery. It is a huge timesaver and worth considering when developing a website, regardless of your level of expertise.


Next Article
Setting Up JQuery and Basic DOM Manipulation




Tweet