|
Javascript
Javascript is client side language. In order to reduce the server side operation ,we are using client side programs. It is light weight programming language. It means that it will not overload the CPU also .
It is written inside HTML file or outside .js file.
jQuery
jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. jQuery is free, open source software, dual-licensed under the MIT License or the GNU General Public License, Version 2. jQuery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library.
|