Bug Tracker

Modify

Ticket #4009 (closed bug: invalid)

Opened 4 years ago

Last modified 14 months ago

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:
Blocking: Blocked by:

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

ajax.zip Download (19.4 KB) - added by wintorez 4 years ago.
sample file demonstration the problem

Change History

Changed 4 years ago by wintorez

sample file demonstration the problem

comment:1 Changed 4 years ago by wintorez

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

$.ajaxSetup({ cache: false });

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Yep, caching is on by default.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.