Question

pc's avatar

What is the difference between javascript and AJAX?

Asked by pc (1points) | asked 1 month ago | 2 responses | “Great Question” (0points) | Flag as…

Thats my question… difference between Javascript and AJAX?

Topics: ,
Observing members: 0 Composing members: 0

Answers

johnpowell's avatar

Javascript is a client-side language that runs in the browser.

AJAX Is javascript that for the most part uses the XMLHTTPREQUEST object to grab snippets from a server.

For example.. I have a website. I want some data. I will use AJAX to grab some data from a database. Then I plug that data into the site using Javascript. The user never has to reload the page. It is all real-time. This site is AJAX heavy.

cwilbur's avatar

AJAX is a programming technique and a way of designing websites so that bits of a page can be updated without updating the whole page. Javascript is the language that those programming techniques are most commonly used in.

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.

Have a question about something? Ask Fluther!