Hi, I guess you have moved the libs folder so the hardcoded path in “jquery-loader.js” is not accurate any more and jQuery doesn’t get loaded at all. So just check/fix this line:
var path = '../libs/jquery/jquery.js';
Or, alternatively, you can opt to not use “jquery-loader.js” at all and instead include directly your preferred jQuery version on your pages – e.g.:
The loader script is just used on the demo page to allow easy testing with different jQuery versions.