Created by: alekitto
Tooltip and popover rewritten without jquery
The event system has been modified to allow registering the same handler for more than one event, delegate events in .one
method and unregistering one-off handlers through .off
The delegateTarget
property has been added to the event object, replacing the jquery currentTarget
(native events' currentTarget property is read-only)