jQuery Quick Start

In this series of posts, I will be quickly introducing you with the jQuery framework. After Prototype I was impressed with jQuery and its philosophy to “Write less Do More”, and they have really achieved it. Javascript has never been easy writing for different browsers, but since the inception of the popular Javascript frameworks like Prototype and jQuery and many others it has become a more interesting task. You don’t need to worry now if my code will be supported on this browser or that, just open up your ideas and code the features that are attractive and make your projects successful.

These frameworks are nothing but are cleverly written set of functions, methods that cuts down your repetitive tasks, concentrating more on program logic and getting rid of browser compatibility issues. Ofcourse these frameworks themselves support a specific set of browsers afterall they are themselves written in Javascript, however all modern browsers are supported by them.

Ok lets quick start jQuery.

Continue reading “jQuery Quick Start”