Skip to main content

Bug Tracker

Side navigation

#4009 closed bug (invalid)

Opened January 28, 2009 08:43AM UTC

Closed January 30, 2009 01:35AM UTC

Last modified March 15, 2012 03:23PM UTC

Ajax does not work properly in Internet Explorer

Reported by: wintorez Owned by:
Priority: major Milestone: 1.3.2
Component: ajax Version: 1.3.1
Keywords: IE, AJAX Cc:
Blocked by: Blocking:
Description

In Internet Explorer, When you try to reload a value from sever with ajax using $.get(), the first time, it works fine; but after that $.get() does not load a fresh value and always returns the first value it had returned. This problem does not happen in FF.

Attachments (1)
  • ajax.zip (19.4 KB) - added by wintorez January 28, 2009 08:43AM UTC.

    sample file demonstration the problem

Change History (2)

Changed January 28, 2009 10:22AM UTC by wintorez comment:1

Opps! Had to add this line before calling ajax in order to avoid the problem:

$.ajaxSetup({ cache: false });

Changed January 30, 2009 01:35AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

Yep, caching is on by default.