UNPKG

aero-ajax

Version:

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

12 lines (9 loc) 231 B
$.setContent = response => { $.content.innerHTML = response $.fadeIn($.content) $.fadeOut($.loadingAnimation) $.ajaxifyLinks($.content) $.markActiveLinks($.content) $.executeScripts($.content) $.emit('DOMContentLoaded') }