Friday 25 August 2017

What is Jquery ?

Jquery is Light weight JavaScript library that is used for simplify the programs in JavaScript or we can say that JQuery is used for "Write Less Do more " work.

According to JQuery.com , Jquery is fast,small,feature rich Java Script Library . JQuery makes things like HTML Document traversal and manipulation ,Event Handling,animation and AJAX much simpler with an easy to use API that works across a multitude of  browsers.

With a Combination of Versatility and Extensibility Jquery changed the ways that millions of people write the JavaScript.

You can Download the JQuery from JQuery.com and reference it in your application just like any other JavaScript files.
If you want to Support IE 6/7/8 then you have to use Jquery 1.X and if you don't want to support on it then use Jquery 2.X . Jquery 2.X is latest version of Jquery and it is small in size.  

No comments:

Post a Comment

Creating First WEB API Project from scratch ?

  For creating Web API project open your Visual Studio Editor and Create New Project as shown in below figure. Now you have to select  ASP.N...