dispatch
dispatch.call(el, event, args, bubbles)
Dispatch an event on an element.
Parameters
- event
{Object|String}:An object specifies options applied to this event.
- args
{Array}:Arguments passed into this event.
- bubbles
{Boolean}:Specifies whether this event should bubble (by default it will).