What is JQuery? Write down its uses. (12)
What is JQuery? Write down its uses.
jQuery is a fast, small, lightweight, "write less, do more", cross platform and rich feature 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 types of browsers.
Uses of jQuery:
- It makes easier to use JavaScript on your website to make it more interactive and attractive.
- It is also used to add Effects and animations.
- Using jQuery we can replace multiple lines of JavaScript code with a single line.
- It is used for CSS manipulation and DOM manipulation
- JQuery selectors are used to select and manipulate HTML elements. They are a very important part of the JQuery library.
- jQuery is not a programming language instead it is a cross-platform JavaScript library.
Comments
Post a Comment