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;








0















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










share|improve this question






















  • 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

















0















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










share|improve this question






















  • 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













0












0








0








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










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












1 Answer
1






active

oldest

votes


















0














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






share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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






    share|improve this answer



























      0














      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






      share|improve this answer

























        0












        0








        0







        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






        share|improve this answer













        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 12 at 4:56









        mjk6035mjk6035

        5819




        5819





























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

            Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

            Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved