Modify ↓
Ticket #4009 (closed bug: invalid)
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


sample file demonstration the problem