+ 9

What is jQuery and what is it used for?

13th Jun 2017, 1:53 AM
Hero
Hero - avatar
8 Respuestas
+ 23
It's a JavaScript library.. it will make your codes shorter when you're accessing it and much easier..
13th Jun 2017, 2:06 AM
Marco Macdon
Marco Macdon - avatar
+ 22
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML and CSS . It's syntax is designed to make it easier to navigate a document select elements create animations and handle events. It's modular approach allows for the creation of powerful Dynamic web pages and web applications Basically it is used to eliminate cross-browser inconsistencies and incompatibility and to find, select and manipulate the elements of a web page. And to change their attributes or to make it respond to an event. Such as; event assignment and the event callback function definitions are done in a single step in a single location in the code. It is used mainly to separate JavaScript from the HTML. Has a simple Syntax for adding event handlers to the DOM (Document Object Model) using JavaScript, rather than adding HTML event attributes to call JavaScript functions. as well as manipulation of CSS elements and attributes such as IDs and class among other things. ...... Source Google and Wikipedia.
13th Jun 2017, 3:54 AM
Shawn Gillis
Shawn Gillis - avatar
+ 21
You should start learning JavaScript first.. because you might get confused on jQuery. Good luck!!
13th Jun 2017, 2:19 AM
Marco Macdon
Marco Macdon - avatar
+ 6
Dont mind but please try to look at SoloLearn course first before asking such basic questions.
13th Jun 2017, 5:02 AM
Sachin Artani
Sachin Artani - avatar
+ 5
it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development
13th Jun 2017, 3:30 AM
Himanshu Sharma
Himanshu Sharma - avatar
+ 5
its amazing tool to make development very easy
13th Jun 2017, 4:14 AM
Houssem Trabelsi
Houssem Trabelsi - avatar
+ 3
I didn't know I could observe the course :/
13th Jun 2017, 7:42 PM
Hero
Hero - avatar
+ 1
jQuery is related to Javascript as Bootstrap is related to CSS
14th Jun 2017, 7:22 AM
Shahbaz Khan
Shahbaz Khan - avatar