A simple way to attach JS behaviour to the DOM. UJS is eliminating JS from writing it inline in our HTML.
For the laymen: http://stackoverflow.com/questions/4478795/what-is-unobtrusive-javascript-in-layman-terms
Instead of this:
<a href='#' onClick="alert('Surprise')"></a>