Aliased as .unbind() for compatibility
If no handler is provided, ALL handlers will be unbound from the specified events
DollarJS (chainable)
$('p').off('click')
$('p').off('click', justOneHandler)
Aliased as .unbind() for compatibility
If no handler is provided, ALL handlers will be unbound from the specified events