+ 9
What is jQuery and what is it used for?
8 Respuestas
+ 23
It's a JavaScript library.. it will make your codes shorter when you're accessing it and much easier..
+ 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.
+ 21
You should start learning JavaScript first.. because you might get confused on jQuery. Good luck!!
+ 6
Dont mind but please try to look at SoloLearn course first before asking such basic questions.
+ 5
it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development
+ 5
its amazing tool to make development very easy
+ 3
I didn't know I could observe the course :/
+ 1
jQuery is related to Javascript as Bootstrap is related to CSS