To day from this tutorial, we shall learn about JQuery Introduction.
[box type=”success” align=”alignleft” class=”” width=”100%”]
JQuery is a JavaScript library, where as JavaScript is a language that is integrated with Java.
JQuery is a cross platform and platform-independent. It is used to simplify the scripting in HTML on the client-side.
[/box]
JQuery Introduction :
[tie_list type=”checklist”]
- Before get started with the jQuery we should have a strong knowledge of JavaScript. It is essential for understand, structure and debugging the code on JavaScript.
- The jQuery library having a single line code that used to accomplish the many lines of lot of common tasks in JavaScript. It binds the more number of lines in one method.
- JQuery easily adapts different type of browsers. It simplifies AJAX call and DOM manipulations.
- AJAX stands for Asynchronous JavaScript and XML. It is used to create more interactive web application in XML, HTML, JavaScript and CSS.
- DOM also consider to be cross platform and a language to create a dynamically access the content and the style of a document. It creates the web application with the help of XML and HTML.
- JQuery is used to simplify both of the manipulation AJAX and DOM. It is a fast, small and a lightweight library for JavaScript. JQuery is more powerful than other platforms.
[/tie_list]
The features of the jQuery :
[tie_list type=”checklist”]
- It is extensible and fast,
- It improves the performance of the web application,
- It also used in new browsers, it also provides minimum lines to execute the large tasks on the JavaScript,
- It gives the facility to users to User Interface (UI) related functions.
- JQuery supports CSS manipulation.
- JQuery supports Effects and Animations.
- We can make AJAX calls using JQuery.
- We can fire HTML event methods using JQuery.
- Jquery supports JSON data.
- JQuery supports DOM element selection
- JQuery supports DOM manipulation
- JQuery supports HTML manipulation
[/tie_list]
The above advantages makes the JQuery ruling the industry now a days.