UNPKG

aero-ajax

Version:

Ajaxify your Aero site. Add the CSS class 'ajax' to any link on the site.

6 lines 117 B
$.emit = eventName => { document.dispatchEvent(new Event(eventName, { 'bubbles': true, 'cancelable': true })) }