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