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.
Opps! Had to add this line before calling ajax in order to avoid the problem:
$.ajaxSetup({ cache: false });