Articles published in September 2009

jQuery - A quick start guide

Monday 7th September 2009 at 2:14 am

This article is designed to introduce a complete beginner to jQuery. jQuery is not a new language nor is it an independent platform. It's a Javascript library designed to make it easier for developers to 'do more, write less.' So it's written in Javascript, meaning it follows the Javascript syntax. I assume that you are familiar with the basic terminology of Object Oriented programming - ie. Classes, objects, methods etc.

Read more ...