简体   繁体   中英

My Internet Explorer (version 11) doesn't load external scripts

That's it. I dont know why, but my Internet explorer doesnt load external js files. JS is enabled on the browser. And the files are working on other browsers like Chrome, Firefox, Opera or even Safari... I dont know why really... I need help real fast...

head-tag:

<head>
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    <meta charset="UTF-8" />
    <meta name="author" content="Antonio Bueno González" />
    <meta name="description" content="Descripción de la página web" />
    <meta name="keywords" content="Palabras clave" />
    <meta name="viewport" content="width=device-width" />
    <script type="text/javascript" src="js/javascript.js"></script>
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
    <script type="text/javascript" src="js/jquery.js"></script>
    <title>tapeHD</title>
</head>

PD: Furthermore, there're no error in console... It's quite strange.

我也遇到了类似的问题,直到我发现脚本包含只有谷歌才能运行的新功能,而IE尚不知道并发出了错误消息,因此整个脚本根本没有加载!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM