Glossary:
jQuery
jQuery is a JavaScript library that works as a web application framework. It is free open source software.
The jQuery library has a large number of functions that a developer can call on to integrate into his/her web application without having to write the JavaScript code from scratch.
jQuery allows for JavaScript, HTML and CSS interaction to create dynamic client-side scripted web pages.
jQuery is commonly used and integrated with AJAX technology.