nikhil's blog

Ajax on Rails

The hardest way to use Ajax in any web application is to write own custom JavaScript that directly uses the XMLHttpRequest object's API. By doing this, you have to deal with the intricacies of each browser.

Syndicate content