当我使用https访问我的网站时,遇到了一个问题。jquery的CDN被封堵。下面是在控制台Mixed Content: The page at 'https://eoxys-esport.com/?here=home' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-3.3.1This re
我使用的是OSClass。当转到http://localhost/osclass/index.php?page=item&id=2页面时,会出现以下错误。Uncaught ReferenceError: jQuery is not defined 在文件中,我js是,
osc_register_script('f
当我在Chrome中打开index.html文件时,控制台中显示了一个源自jquery.min.js:4的Uncaught TypeError: a.indexOf is not a function错误我按照基础站点上的步骤创建了这个项目,但我似乎无法摆脱这个错误。基础和jQuery看起来像是包含在index.html文件中并正确链接在一起,并且链接的app.js文件包含$(document).foundation();
有人知道是什么导致了这个错误吗?