Problem loading javascript files in Internet Explorer 11 when accessed using http://localhost/ The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceHow to fix Array indexOf() in JavaScript for Internet Explorer browsersFacebook Connect / Graph - problems in Internet Explorer with fb:login dialog (not closing)Internet Explorer cannot access JSON Web service the first time“Cross origin requests are only supported for HTTP.” error when loading a local fileSimple jQuery post not working on Internet Explorer 9 (access denied)Problems loading some CSS styles with Internet Explorer accessing from computer nameWhy does my JavaScript get a “No 'Access-Control-Allow-Origin' header is present on the requested resource” error when Postman does not?localhost load JSP page correctly , But with self IP does not load it correctly in IEJavascript failing to work on the internet explorer 11Access is denied, at attr ( http://localhost/JQuery.min.js). On IE 11.0.9600.19266
Windows 10: How to Lock (not sleep) laptop on lid close?
How do you keep chess fun when your opponent constantly beats you?
What happens to a Warlock's expended Spell Slots when they gain a Level?
What's the point in a preamp?
Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?
Why not take a picture of a closer black hole?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Using dividends to reduce short term capital gains?
What do I do when my TA workload is more than expected?
What is the padding with red substance inside of steak packaging?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Why doesn't a hydraulic lever violate conservation of energy?
Match Roman Numerals
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Mortgage adviser recommends a longer term than necessary combined with overpayments
What force causes entropy to increase?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Sub-subscripts in strings cause different spacings than subscripts
Sort list of array linked objects by keys and values
"is" operation returns false even though two objects have same id
Huge performance difference of the command find with and without using %M option to show permissions
Do warforged have souls?
Single author papers against my advisor's will?
Can each chord in a progression create its own key?
Problem loading javascript files in Internet Explorer 11 when accessed using http://localhost/
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceHow to fix Array indexOf() in JavaScript for Internet Explorer browsersFacebook Connect / Graph - problems in Internet Explorer with fb:login dialog (not closing)Internet Explorer cannot access JSON Web service the first time“Cross origin requests are only supported for HTTP.” error when loading a local fileSimple jQuery post not working on Internet Explorer 9 (access denied)Problems loading some CSS styles with Internet Explorer accessing from computer nameWhy does my JavaScript get a “No 'Access-Control-Allow-Origin' header is present on the requested resource” error when Postman does not?localhost load JSP page correctly , But with self IP does not load it correctly in IEJavascript failing to work on the internet explorer 11Access is denied, at attr ( http://localhost/JQuery.min.js). On IE 11.0.9600.19266
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a small html/javascript/jquery based application that uses Jquery Validate plugin for validation purposes. It fails to run in IE11 under certain conditions specified below
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
if I try to access the application from another computer on the LAN
there is no problem
If I reset Internet Explorer settings fully then it starts working on Internet Explorer 11 also.
This behavior cannot be replicated on all IE 11 installed computers
Nothing additional is installed on the problematic computers
Thanks in advance for any tips to resolve this issue
Regards
Mathew
javascript jquery internet-explorer
add a comment |
I have a small html/javascript/jquery based application that uses Jquery Validate plugin for validation purposes. It fails to run in IE11 under certain conditions specified below
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
if I try to access the application from another computer on the LAN
there is no problem
If I reset Internet Explorer settings fully then it starts working on Internet Explorer 11 also.
This behavior cannot be replicated on all IE 11 installed computers
Nothing additional is installed on the problematic computers
Thanks in advance for any tips to resolve this issue
Regards
Mathew
javascript jquery internet-explorer
Whether it works well on other browser, such as google and Edge? Try to open the IIS, and check the web site bindings, make sure you have added the "localhost" binding for the web site binding.
– Zhi Lv - MSFT
Mar 11 at 2:55
add a comment |
I have a small html/javascript/jquery based application that uses Jquery Validate plugin for validation purposes. It fails to run in IE11 under certain conditions specified below
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
if I try to access the application from another computer on the LAN
there is no problem
If I reset Internet Explorer settings fully then it starts working on Internet Explorer 11 also.
This behavior cannot be replicated on all IE 11 installed computers
Nothing additional is installed on the problematic computers
Thanks in advance for any tips to resolve this issue
Regards
Mathew
javascript jquery internet-explorer
I have a small html/javascript/jquery based application that uses Jquery Validate plugin for validation purposes. It fails to run in IE11 under certain conditions specified below
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
if I try to access the application from another computer on the LAN
there is no problem
If I reset Internet Explorer settings fully then it starts working on Internet Explorer 11 also.
This behavior cannot be replicated on all IE 11 installed computers
Nothing additional is installed on the problematic computers
Thanks in advance for any tips to resolve this issue
Regards
Mathew
javascript jquery internet-explorer
javascript jquery internet-explorer
asked Mar 8 at 12:24
mjk6035mjk6035
5819
5819
Whether it works well on other browser, such as google and Edge? Try to open the IIS, and check the web site bindings, make sure you have added the "localhost" binding for the web site binding.
– Zhi Lv - MSFT
Mar 11 at 2:55
add a comment |
Whether it works well on other browser, such as google and Edge? Try to open the IIS, and check the web site bindings, make sure you have added the "localhost" binding for the web site binding.
– Zhi Lv - MSFT
Mar 11 at 2:55
Whether it works well on other browser, such as google and Edge? Try to open the IIS, and check the web site bindings, make sure you have added the "localhost" binding for the web site binding.
– Zhi Lv - MSFT
Mar 11 at 2:55
Whether it works well on other browser, such as google and Edge? Try to open the IIS, and check the web site bindings, make sure you have added the "localhost" binding for the web site binding.
– Zhi Lv - MSFT
Mar 11 at 2:55
add a comment |
1 Answer
1
active
oldest
votes
Before answering my question myself I would like to make clarify a statement in the original problem
The statement(s)
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
need to be read as
The issue is that if I try to access the application using the URL below Jquery files are not loaded
http://localhost/myapp/test.html
if I try to access the application using the URL below Jquery is loaded
http://127.0.0.1/myapp/test.html
This was an issue related to the Compatibility settings in Internet Explorer.
It seems that current versions of Jquery will not load in Internet Explorer when it is in Compatibility mode
Resolved the issue by adding the meta tag below to the page header
This disables the use of Compatibility settings in IE
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55063190%2fproblem-loading-javascript-files-in-internet-explorer-11-when-accessed-using-htt%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Before answering my question myself I would like to make clarify a statement in the original problem
The statement(s)
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
need to be read as
The issue is that if I try to access the application using the URL below Jquery files are not loaded
http://localhost/myapp/test.html
if I try to access the application using the URL below Jquery is loaded
http://127.0.0.1/myapp/test.html
This was an issue related to the Compatibility settings in Internet Explorer.
It seems that current versions of Jquery will not load in Internet Explorer when it is in Compatibility mode
Resolved the issue by adding the meta tag below to the page header
This disables the use of Compatibility settings in IE
add a comment |
Before answering my question myself I would like to make clarify a statement in the original problem
The statement(s)
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
need to be read as
The issue is that if I try to access the application using the URL below Jquery files are not loaded
http://localhost/myapp/test.html
if I try to access the application using the URL below Jquery is loaded
http://127.0.0.1/myapp/test.html
This was an issue related to the Compatibility settings in Internet Explorer.
It seems that current versions of Jquery will not load in Internet Explorer when it is in Compatibility mode
Resolved the issue by adding the meta tag below to the page header
This disables the use of Compatibility settings in IE
add a comment |
Before answering my question myself I would like to make clarify a statement in the original problem
The statement(s)
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
need to be read as
The issue is that if I try to access the application using the URL below Jquery files are not loaded
http://localhost/myapp/test.html
if I try to access the application using the URL below Jquery is loaded
http://127.0.0.1/myapp/test.html
This was an issue related to the Compatibility settings in Internet Explorer.
It seems that current versions of Jquery will not load in Internet Explorer when it is in Compatibility mode
Resolved the issue by adding the meta tag below to the page header
This disables the use of Compatibility settings in IE
Before answering my question myself I would like to make clarify a statement in the original problem
The statement(s)
The issue is that if I try to access the application using the URL below it doesn't work
http://localhost/myapp/test.html
if I try to access the application using the URL below it works
http://127.0.0.1/myapp/test.html
need to be read as
The issue is that if I try to access the application using the URL below Jquery files are not loaded
http://localhost/myapp/test.html
if I try to access the application using the URL below Jquery is loaded
http://127.0.0.1/myapp/test.html
This was an issue related to the Compatibility settings in Internet Explorer.
It seems that current versions of Jquery will not load in Internet Explorer when it is in Compatibility mode
Resolved the issue by adding the meta tag below to the page header
This disables the use of Compatibility settings in IE
answered Mar 12 at 4:56
mjk6035mjk6035
5819
5819
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55063190%2fproblem-loading-javascript-files-in-internet-explorer-11-when-accessed-using-htt%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Whether it works well on other browser, such as google and Edge? Try to open the IIS, and check the web site bindings, make sure you have added the "localhost" binding for the web site binding.
– Zhi Lv - MSFT
Mar 11 at 2:55