GeekGlossary.com Logo

Source Listing: Free Online Dictionary of Computing

Your search returned 1 terms. This is page 1 of 1 pages in your search results.  –  Items per page:    Jump to Page:
1 All

Term: ajax
ID: 33578
Category: Programming
Date Added: 07/31/14
Definition: (Asynchronous JavaScript And XML) A collection of techniques for creating interactive web applications without having to reload the complete web page in response to each user input, thus making the interaction faster. AJAX typically uses the XMLHttpRequest browser object to exchange data asynchronously with the web server. Alternatively, an IFrame object or dynamically added <script> tags may be used instead of XMLHttpRequest.

Despite the name, Ajax can combine any browser scripting language (not just JavaScript) and any data representation (not just XML). Alternative data formats include HTML, plain text or JSON.

Several Ajax frameworks are now available to simplify Ajax development.

This is page 1 of 1 pages in your search results.  – 1 All    Jump to Page:

Search for a Term