What is the difference between Javascript, Ajax, and jQuery?

JavaScript is a programming language

Ajax is shorthand for "Using JavaScript to send or receive information to/from a webserver without leaving the current page"

jQuery is a library of functions (written in JavaScript) that perform some commonly desired things so that author's don't need to reinvent some common wheels.
 
Back
Top