PDA

View Full Version : What is jQuery?



riprook7
07-17-2015, 12:57 PM
Hello Friends,

Please tell me what is jQuery.

moria
07-18-2015, 08:46 AM
jQuery is a fast, small, and feature-rich JavaScript library. It 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.

stuartspindlow
08-17-2015, 12:45 PM
jQuery is not a language, but it is a well written JavaScript code.

adamusa
08-19-2015, 12:21 PM
jQuery provides a simple, intuitive, format for writing drop-in plugins.

naturalapproach
09-15-2015, 10:43 AM
jQuery is a fast, small, and feature-rich JavaScript collection. It makes things like HTML papers traversal and adjustment, occasion managing, movement, and Ajax much easier with an easy-to-use API that works across lots of internet explorer.

RH-Calvin
09-16-2015, 09:06 AM
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today, with installation on 65% of the top 10 million highest-trafficked sites on the Web. jQuery is free, open-source software licensed under the MIT License.

randiv
09-18-2015, 07:09 AM
JQuery is simple javascript code.

davidweb09
05-01-2017, 04:36 AM
We use jQuery with HTMl, PHP in web programming.

davidnguyen
05-02-2017, 02:27 AM
jQuery is a lightweight, "write less, do more", JavaScript library.

The purpose of jQuery is to make it much easier to use JavaScript on your website.

jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation.

The jQuery library contains the following features:

HTML/DOM manipulation
CSS manipulation
HTML event methods
Effects and animations
AJAX
Utilities

jankosoft
05-26-2017, 08:29 AM
jQuery is a fast, small, and feature-rich JavaScript collection. It makes things like HTML papers traversal and adjustment, occasion managing, movement, and Ajax incredibly easier with an easy-to-use API that works across a large number of internet explorer.

lavyhair
06-01-2017, 09:44 AM
jQuery is a fast, small, and feature-rich JavaScript library. It 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.

Glendajones
06-07-2017, 12:39 PM
jQuery is a fast, small, and feature-rich JavaScript collection. It makes things like HTML papers traversal and adjustment, occasion managing, movement, and Ajax incredibly easier with an easy-to-use API that works across a large number of internet explorer.

Dam Ponting
09-22-2017, 08:10 AM
jQuery is a quick, little, and highlight rich JavaScript library. It influences things to like HTML report traversal and control, occasion taking care of, movement, and Ajax considerably less complex with a simple to-utilize API that works over a huge number of programs.

manchun
10-04-2017, 05:56 PM
Jquery is programming language which is use for action

EmilyPete
10-05-2017, 11:19 AM
jQuery is a fast, small, and feature-rich JavaScript library. It 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.

sithub19
12-02-2018, 10:15 AM
jQuery is a fast, small, and feature-rich JavaScript object library that marked a significant breakthrough for front-end web development, the programming that goes into building everything a user sees and interacts with on a website.

rahilsaxena
12-18-2018, 03:48 AM
jQuery is nothing but javascript library which is used to ease your javascript code. jQuery greatly simplifies JavaScript programming along with easy-to-use API that works across a multitude of browsers which saves time which you would spend on bunch of complicated codes of javascript, like ajax calls,dom manipulation,each loops,etc.
The jQuery syntax is tailor-made for*****selecting*****HTML elements and performing some*****action*****on the element(s).
Basic syntax is:*****$(selector).action()
Examples:
$(this).hide() - hides the current element.
$("p").hide() - hides all <p> elements.
jQuery selectors are one of the most important parts of the jQuery library. jQuery selectors allow you to select and manipulate HTML element(s).
jQuery selectors are used to "find" (or select) HTML elements based on their name, id, classes, types, attributes, values of attributes and much more. All selectors in jQuery start with the dollar sign and parentheses: $().
Example
When a user clicks on a button, all <p> elements will be hidden:
$(document).ready(function(){
*****$("button").click(function(){
*****$("p").hide();
*****});
*****});

Benefits of jQuery are:
-Easy to use
-works across multiple browsers i.e. work on cross browser
-uses simple and powerful syntax
-highly extensible
- Ajax support
-Commands can be “chained” so that the result of one command can then control others.
-Has a “built-in” set of animation applications that can also be used as commands.

besthomepackers
12-25-2018, 10:16 AM
JQuery is library which is written on the top of Java Script language. This jQuery library will reduce the developer work.

softwaretesting
02-07-2019, 10:57 AM
jQuery is a fast, small, cross-platform and feature-rich JavaScript library. It is designed to simplify the client-side scripting of HTML. It makes things like HTML document traversal and manipulation, animation, event handling, and AJAX very simple with an easy-to-use API that works on a lot of different type of browsers.
The main purpose of jQuery is to provide an easy way to use JavaScript on your website to make it more interactive and attractive. It is also used to add animation.

Amitkumar
10-11-2019, 07:49 AM
jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.

BangkokDinning
11-22-2019, 07:57 AM
jQuery is a lightweight, "write less, do more", JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website.