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