Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4536484
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:32:35+00:00 2026-05-21T14:32:35+00:00

This does not work on IE8, but in all other browsers: myDialog = $(‘#myDialog’);

  • 0

This does not work on IE8, but in all other browsers:

myDialog = $('#myDialog');
somethingHere = $('#somethingHere');

In other words, if the variable name and the element id name are the SAME jQuery 1.5.1 dies on IE8.

As long as they are different it works.

myDialog1 = $('myDialog');

Took me just 3 hours to realize that. 😐

Is that a bug or expected behavior?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T14:32:36+00:00Added an answer on May 21, 2026 at 2:32 pm

    This probably has to do with the fact that if you declare a global variable with the same name as a DOM element ID, it will conflict in the global namespace. I think this will cause you problems in any browser, maybe IE just complains more. e.g. in a script debugger in any browser:

    <div id="myDialog">
    
    > window.myDialog
    
    .. <div id="myDialog">
    
    > myDialog = "hello";
    
    .. "hello"
    
    >  window.myDialog
    
    .. "hello"
    

    Whoops! No longer possible to reference the DOM element by ID. DOM element IDs and global variable share the same namespace.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This function works in some IE browsers, but does not work in all. IE
This javascript code does not work in IE8, but works in Firefox and Google
Apparently, this does not work. WHY ??????? I don't want to do all this
I'm trying something like this, but this example does not work. jsObj = {};
Why does this script work beautifully in firefox and chrome but not in IE?
A site works fine with Chrome, FireFox, IE8 but does not work with IE7
jQuery $.ajax() does not seem to work correctly with IE8 but it is working
This does NOT work: Sub X() Dim A As Access.Application Set A = CreateObject(Access.Application)
can anyone tell me why this does not work Excel.Worksheet ws_res = (Excel.Worksheet) wb.Worksheets.Add(mis,
Here is my code, this does not work in Chrome, Safari, FF or Opera.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.