AJAX
- Details
- Category: Sample Data-Articles
- Published on Saturday, 13 April 2013 16:30
- Written by Administrator
- Hits: 6897
AJAX
JavaScript as well as jQuery to create AJAX requests and use the response to dynamically update your web pages.
Ajax is not a single technology, but a group of technologies. HTML and CSS can be used in combination to mark up and style information. The DOM is accessed with JavaScript to dynamically display – and allow the user to interact with – the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads.