###* Events ====== Unpoly has a convenient way to [listen to DOM events](/up.on): up.on('click', 'button', function(event, $button) { // $button is a jQuery collection containing // the clicked