javascript - Smoothstate js keeps reloading scripts on repeat -
i'm using smoothstate js changing pages via ajax , when click on link, page loads , plugin works, however, calls js scripts on , on again , crashes browser. causing this? how exclude js?
i'm using smoothstate in it's basic form. , if remove snippet code, crazy script loading stops , works fine.
;(function ($) { $('#ajaxcontainer-outer').smoothstate(); })(jquery);
Comments
Post a Comment