WarManiac

Results 3 comments of WarManiac

` requireScript('jquery', '3.5.1', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js', false, function () { requireScript('bootstrap', '4.5.3', 'js/bootstrap.bundle.min.js', false); }); ` pls test this! $Boolean = false = js $Boolean = frue = css requireScript($Name, $Version, $Url,...

not ```localStorage.clear()``` over F12, manuel clear localStorage (IE, Chrome, FF) and load page new when load the page: this is my code an not in console ```ReferenceError: $ is not...

my Load Order : ``` test cached-webpgr requireScript CSS, CSS, ..., JS, JS, ... window.onload = function() { $().xyz(function(){ code }); function abc() { code } } html code. i...