Thread: What is ajax?
View Single Post
  #32 (permalink)  
Old 05-13-2011, 06:51 AM
jenny3103 jenny3103 is offline
Member
 
Join Date: Apr 2011
Posts: 39
jenny3103 is on a distinguished road
Ajax is a way of developing Web applications that combines:

XHTML and CSS standards based presentation
Interaction with the page through the DOM
Data interchange with XML and XSLT
Asynchronous data retrieval with XMLHttpRequest
JavaScript to tie it all together
Reply With Quote