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