Posts Tagged ‘html’
12
Oct
JQuery Framework
In my previous project I came across this lightweight javascript framework called JQuery - a free and a open source software. After couple of coding I literally fell in love with it. It is amazingly fast and simple to understand. JQuery emphasizes interaction between javascript and HTML. I’ve tried my hands on YUI Framework, but JQuery is truly easier to code. JQuery was relased in Jan 2006 at a BarCamp by John Resig.
JQuery exists as a single JavaScript file and that single file contains all the common DOM, Event, Effects and Ajax functions.
I intend to do few tutorials on this site in which I can emphasize and illustrate more convincingly.
Tags: html, Javascript, JQuery