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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:27:03+00:00 2026-06-04T20:27:03+00:00

I have an issue with JQuery in IE7/IE8. My Code below is in the

  • 0

I have an issue with JQuery in IE7/IE8. My Code below is in the top of my page which gets inserted into a CMS page. This then loads the content (FAQ navigation) into an empty div in the main page.

<script type="text/javascript" src="/wcsstore/MadisonsStorefrontAssetStore/images/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$.get('/wcsstore/MadisonsStorefrontAssetStore/images/contentspots/viva/faqnavigation.html', function(data) {
 $('#faq_links').html(data);
});
</script>

As you can see from the above the content then gets inserted into the empty div in my page, which is the first in the page.

<div id="faq_links"></div>

I have tested this in FF, Opera, Safari, Chrome and IE9, all are fine, the issue comes with IE7 + IE8. Sometimes the navigation will load (But selecting a link will make it dissapear again) other times it just leaves a blank space where it should be. The file it links to is just a simple ul with about 20 links.

I have tried adding an alert into the page to see if it’s not loading the JQuery by adding

alert('Load was performed.');

just before the }); which worked, and gave the “Loaded” popup everytime the page was loaded but still didn’t load the content.

I can’t link you to the page because it is in a development CMS. Any help in finding out why it makes my navigation vanish would be appricated.

I’m happy to answer any question you may have or provide more info if required.

Thanks. Matt.

  • 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-06-04T20:27:04+00:00Added an answer on June 4, 2026 at 8:27 pm

    try adding $(document).ready:

    <script type="text/javascript">
    $(document).ready(function(){
       $.get('/wcsstore/MadisonsStorefrontAssetStore/images/contentspots/viva/faqnavigation.html',   function(data) {
        $('#faq_links').html(data);
       });
    })
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a strange issue with jQuery's hover, addClass $(document).ready(function(){ $('#selectable li').hover( function(){ $(this).addClass('selecting',
I have the following issue: I open a dialog box with jQuery UI. This
I am using jquery fullcalendar which works great. The one issue I have is
I am learning JQuery, and I have ran into an odd issue. I made
OK, so I had this issue with my jQuery subnav in IE7 where it
I'm using jQuery 1.6.1 and I have some code that's erroring out in IE7,
I have a page which uses the jQuery Colorbox plugin. My JS for the
So here is another z-index issue in IE7 I have ran into. I found
I have this strange issue with my web app. You see, I'm using jQuery
I have this elements on my site which are added dynamically on jQuery's document.ready

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.