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

  • Home
  • SEARCH
  • 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 6551631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:21:39+00:00 2026-05-25T12:21:39+00:00

i have an issue regarding jQuery.noConflict with I.E. browser version 7, version 8, and

  • 0

i have an issue regarding jQuery.noConflict with I.E. browser version 7, version 8, and version 9 compatibility view.

in rest browser this script work in flow but above browser execute script totally opposite. i have tried the following example. You please check n tell me solution to run my this script on all browser of I.E. If possible please share ideas. Following is my program :

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script type="text/javascript">

$(document).ready(function() {
 // Handler for .ready() called.
alert("First");
});
</script>
<script type="text/javascript" src="js/jquery-1.3.1.min.js"></script>
<script type="text/javascript">
var $j = jQuery.noConflict();
    $j(document).ready(function () {
                    alert("Second");
    });
</script>

as shown above when i run this script in mozilla, chrome , safari or IE9 it will prompt me First and Then Second. But in IE7, IE8 and IE9 compact view it will prompt me second and then first.
Please help me in resolving.

Thanks

  • 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-25T12:21:40+00:00Added an answer on May 25, 2026 at 12:21 pm

    You are loading two different versions of jQuery; They work completely independently. The order of .ready() callback execution is arbitrary between them. (Apparently reliable, but arbitrary.) You can’t rely on it to be any order, and the fact that it seems to work in some browsers today does not mean that it will work there tomorrow.

    Your best bet is to get the whole page working with one version of jQuery. If you can’t, try to at least get all your ready() handlers under one version of jQuery.

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

Sidebar

Related Questions

I have seen a few posts regarding this issue but not one specific to
I have an issue regarding to auto populating a select dropdown from jQuery/JSON data
I have an issue regarding an recursive count which works well in SQL server,
I have recently run into a particularly sticky issue regarding committing the result of
Please help regarding the following issue. I have enabled the Block popup option in
I am having an issue regarding rotation of a pdf document in ipad. Have
What I have is a little jQuery based script intended to grayscale an image.
Kinda New to Jquery and hit an issue regarding returned HTML. I am using
I'm using the hoverIntent Jquery plugin and I have a question regarding callback functions.
I have an issue that's been bugging me this morning. I'm building an ASP.NET

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.