Hello Dear
Difference between Java script & Jquery
Printable View
Hello Dear
Difference between Java script & Jquery
JavaScript
It's allows you to make everything from a programming language perspective: functions, loops, data structures and all that it's paradigm involves. For more information, don't let to check the references.
jQuery
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. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
JavaScript is a programming language, while jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
Google? :P
JavaScript is a standalone programming language that can perform all web development tasks independently. jQuery is a library built on top of JavaScript to simplify common tasks such as DOM manipulation, event handling, and AJAX calls.