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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:39:58+00:00 2026-05-16T00:39:58+00:00

I have a problem with an AJAX call in JQuery. It works on Chrome,

  • 0

I have a problem with an AJAX call in JQuery. It works on Chrome, FF, and Safari, but not IE. In fact in IE nothing happens at all, no errors, no data loaded.

Here is the code:

    $(document).ready(function() {

     $.ajaxSetup({ cache: false });

        $.get("ShoppingCart2.aspx", { }, function(data) {
           //query the jq object for the values

        alert(data);       
        alert($(data).find('#Items').text());


        var intI = parseInt(($(data).find('#Items').html()));

With the alert data I find all the data from the page I am making a call from, but unfortunately my data.find methods pull up null for IE. I’m not sure if it’s the code or the browser, but I am really stuck. Thank you for the help.

Edit: I did add in the cache: false command, but still I have no luck. I really cannot understand why this won’t work in IE.

  • 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-16T00:39:58+00:00Added an answer on May 16, 2026 at 12:39 am

    Well I was unable to make the .find part of the .get work in internet explorer, but I did find a way to get the ajax information I needed:

    var information = $.ajax({ type: “GET”, dataType: “html”, url: “ShoppingCart2.aspx”, data: querystring, async: false }).responseText + ” “;

    This passes a query string to the website then gets information from the website back into one big string. I then
    manipulated that string to get what I needed. Unfortunately it is a lot slower than the .get command, but it is a fix.

    Thanks for the help everyone!

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

Sidebar

Related Questions

I have a very strange problem. I'm making a pretty standard ajax-call with jQuery,
I have this ajax call, which works for the most part, but it does
The problem is the following. We have lots of ajax call via $.ajax function.
I have a problem with an animation in jQuery using ajax. On the click
I have a problem with IE7 regarding an ajax call that is made by
I'm having some issues with a jQuery AJAX call. My code works fine when
I have a dropdown list which is populated via a jquery ajax call when
I am using jQuery and Ruby On Rails. I have an ajax call $.get()
IE9 and jquery AJAX problem.... first time it works well if I click on
I have a problem in giving Ajax functionality to a hyperlink. I have files

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.