Intercooler.js

http://intercoolerjs.org/

Making AJAX as simple as anchor tags

Use familiar, declarative attributes to add AJAX to your application.

<-- This button posts to '/click' when it is clicked -->
<button ic-post-to="/click">
Click Me!
</button>