Monday, July 27, 2009

What is JQuery?

What is JQuery?
jQuery is an amazing JavaScript library that makes it easy to create wonderful web effects in just a few lines of code. Instead coding lots of lines in JavaScript.
jQuery achieves this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.


Why I should use jQuery?
Simple. In just one glance at the source code of a page using jQuery you'll see how easy it is to use, how much it accomplishes in so few lines of code, and how graceful it is.You will save lots of time with no much pain to your brain.

What things i can do using JQuery
Implement Ajax
Apply different effect to document. Like fade in, out, Hide, Show, Flip etc etc.
Validate forms

Where to get it?
Download JQuery from Its official site JQuery.com or simply jump to official page at Code.google.com

Is It hard to learn?
Oh this is every minds question is it's hard to learn? Answer is no. If you have basic knowledge of JavaScript's you too can learn JQuery.

Simple Example i had used in my project.
Here is the Toggle Effect!

I hope this simple post will help you. I like to make tutorial so will come with very basic JQuery tutorials for all who like to know and much exciting to learn JQuery.

No comments:

Post a Comment