AJAX With Attributes: There is no need to be complex
<!-- This anchor tag posts to '/click' when it is clicked --> <a ic-post-to="/click"> Click Me! </a>
Use familiar, declarative HTML attributes to add AJAX to your application. Use web standards like CSS, REST and Javascript events to enhance your app.
Use Intercooler for as much or as little of your application as you would like. If you have an existing app, AJAX can be added incrementally without rewriting everything.
Intercooler works with any back-end technology, and can live happily alongside other Javascript frameworks.