You are here:
node.js - built on chrome's javascript V8 engine node.js - built on chrome's javascript V8 engine

JQuery – A Web Developer’s Best Friend!

I haven't posted on my blog for a while now as it's been a little hectic on the work front. I did however feeel it necessary to post something about this superb javascript framework called JQuery. In their own words this is what JQuery is:

JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

The javascript library is extremely lightweight (only 19k compressed), CSS3 compliant and is cross browser compatible. It's also really easy to get to grips with and best of all has loads of plugins already developed for you to use. Before considering any other javascript frameworks, definitely give JQuery a go. It's superb!