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 6377283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:51:04+00:00 2026-05-25T01:51:04+00:00

So been fiddling around with this for a while now but still no luck.

  • 0

So been fiddling around with this for a while now but still no luck.
I’ve tried changing jquery versions, tried doing the whole var $j = jQuery.noConflict();, tried rearranging JS/jquery scripts, tried the no caching thing suggested by jquery website but still my load() doesn’t work on IE8.

<a onclick="loadCont('canyou.php');">Can you help us</a>


function loadCont(file){
$j("#maincont").load(file);
alert(file);
return false;
}

As always it loads on every other browser except IE8. The alert() is there for IE8 debugging, and the file is passed successfully to the server with status 200 (checked with Fiddler2), its just not loaded into #maincont
I’ve tried different methods such as:

$j.ajaxSetup ({
            // Disable caching of AJAX responses
            cache: false
    });

    // Bind ajax call to click
    $j('a.loadlink').click(function(e) {
            $j('#maincont').load($j(this).attr('href') + ' #filecont');  // Dynamically load content from URL in href
            e.preventDefault();
    });

And commenting out all my other JS externel includes “styleswitcher.js and formcheck.js”. I know the jQuery is working correctly as I use a jQuery drop down menu. At the moment my current code looks like this, which works fine on every other browser….

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">var $j = jQuery.noConflict();</script>

<script type="text/javascript">

$(document).ready(function(){
        $j("#mcfrnav li").hover(
            function(){ $j("ul", this).fadeIn("fast"); }, 
            function() { } 
        );
    if (document.all) {
            $j("#mcfrnav li").hoverClass ("sfHover");
        }

    $j.fn.hoverClass = function(c) {
        return this.each(function(){
            $j(this).hover( 
                function() { $j(this).addClass(c);  },
                function() { $j(this).removeClass(c); }
            );
        });
    };    
    });

function loadCont(file){
$j("#maincont").load(file);
}

</script>

 <script src="styleswitcher.js" type="text/javascript"></script> 
 <script src="formcheck.js" type="text/javascript"></script>

<script type="text/javascript">

function imgError(id){
id.src = "photos/noimg.png";
id.onerror = "";
return true;
}

</script>

All or any help about the code or replies appreciated. Many thanks to all replies.

EDIT: Still looking for a fix for this 🙁

  • 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-25T01:51:04+00:00Added an answer on May 25, 2026 at 1:51 am

    You’re using formcheck.js its based on mootools javascript if I’m not wrong. Please put your jQuery file on top and try.
    Another thing you can do is instead of creating no conflict object you can directly jQuery. I’ve used formcheck and jQuery in a same page. Please refer http://www.mymegaenergy.com/enrollments It should work fine if you do these things.

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

Sidebar

Related Questions

I have this, and i've been fiddling around with it for a while but
I have been fiddling around with settings for a while, and cannot seem to
I've been fiddling with this HTML and javascript for an hour or two now...and
I've been fiddling with this for over twenty minutes and my Google-foo is failing
Been using PHP/MySQL for a little while now, and I'm wondering if there are
Been a while since I've dealt with ASP.NET and this is the first time
I've been fiddling around with CHESS , which seems like an incredibly useful tool.
I have been fiddling with this for almost an hour and am getting nowhere.
I've been fiddling around with arrays and array ordering recently and stumbled across something
I've been fiddling around a bit with the prototype and closure patterns in Javascript.

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.