Friday, December 10, 2010

How to Start with Jquery ?

techblog
You do not need to refer any tedious article or ebook. Just have a look at following steps and start implementing it.

Step1: Download Jquery library from http://code.jquery.com/jquery-1.4.2.min.js.
Step2: Next, you’ll need to import the .js file into your solution.
Step3: Just to have a basic lookaround of syntax lets have an example.
In CSS  if we write as #container a { ... }
In JQuery  it is written as $('#container a');
So happy moments for designers who have enough grasping & command over html & CSS stuff.

for more details on jQuery with examples visit techblog.

No comments:

Post a Comment