Ajax
Thu, 12/20/2007 - 22:18 — sgrover
Ajax is a technique for requesting data from the server, without reloading the page. In essence a browser object is used to make the request and we can manipulate both the object and the results as needed.
jQuery provides a number of Ajax methods that make the developer's life very easy.
- Printer-friendly version
- Login or register to post comments
