简体   繁体   English

我的Internet Explorer(版本11)未加载外部脚本

[英]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. 我不知道为什么,但是我的Internet Explorer无法加载外部js文件。 JS is enabled on the browser. 在浏览器中启用了JS。 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... 文件正在其他浏览器(例如Chrome,Firefox,Opera甚至是Safari)上运行...我不知道为什么...我需要真正的帮助...

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. PD:此外,控制台没有错误……这很奇怪。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jQuery在Internet Explorer 11中不起作用 - jQuery doesn't work in Internet Explorer 11 Internet Explorer 11:对象不支持属性或方法“isInteger” - Internet Explorer 11 : Object doesn't support property or method 'isInteger' dispatchEvent 在带有 Internet Explorer 11 的 javascript 中不起作用 - dispatchEvent doesn't work in javascript with Internet explorer 11 Internet Explorer 11无法通过Fullscreen API进入全屏模式 - Internet Explorer 11 doesn't enter fullscreen via Fullscreen API 视频HTML在Internet Explorer 11上不起作用 - Video HTML doesn't work on Internet Explorer 11 SVG图像未在Internet Explorer 11的echarts工具箱中呈现 - SVG image doesn't render in echarts toolbox in Internet Explorer 11 为什么我的嵌套 SetTimeouts 不适用于 Internet Explorer 11? - Why aren't my nested SetTimeouts working with Internet Explorer 11? 在第二次加载时更改iframe样式,在Internet Explorer 9中不起作用 - Change iframe style on second load, doesn't work in Internet Explorer 9 上下文根在Internet Explorer 11版本中不起作用 - Context Root is not working in Internet Explorer 11 version 使用snap.svg.js插件在Internet Explorer 11中无法正确加载外部SVG图标 - External SVG icons do not load properly in Internet Explorer 11 with snap.svg.js plugin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM