
- AJAX Tutorial
- AJAX - Home
- AJAX - What is AJAX?
- AJAX - Technologies
- AJAX - Examples
- AJAX - Browser Support
- AJAX - Action
- AJAX - XMLHttpRequest
- AJAX - Database Operations
- AJAX - Security
- AJAX - Issues
- AJAX Useful Resources
- AJAX - Quick Guide
- AJAX - Useful Resources
- AJAX - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
AJAX - Technologies
AJAX cannot work independently. It is used in combination with other technologies to create interactive webpages.
JavaScript
- Loosely typed scripting language.
- JavaScript function is called when an event occurs in a page.
- Glue for the whole AJAX operation.
DOM
- API for accessing and manipulating structured documents.
- Represents the structure of XML and HTML documents.
CSS
- Allows for a clear separation of the presentation style from the content and may be changed programmatically by JavaScript
XMLHttpRequest
- JavaScript object that performs asynchronous interaction with the server.
Advertisements