Equivalent to .on('click', handler)
DollarJS (chainable)
$('div').click(function(event){ console.log(this); })
Equivalent to .on('click', handler)