[jQuery] Re: getJSON IE7 problem- caching request/responses?

2009-02-17 Thread IanW
Sorry all, I've fixed this now by just appending the time on the end of the request to make it appear differerent to IE each time, this seems to work! On Feb 17, 11:49 am, IanW ian.g.win...@googlemail.com wrote: Hi, I've got an application developed in ASP.NET MVC using jQuery to handle JSON

[jQuery] Re: getJSON IE7 problem- caching request/responses?

2009-02-17 Thread Hernando Gisinger
May be $.postJSON work too!!! 2009/2/17 IanW ian.g.win...@googlemail.com Sorry all, I've fixed this now by just appending the time on the end of the request to make it appear differerent to IE each time, this seems to work! On Feb 17, 11:49 am, IanW ian.g.win...@googlemail.com wrote: Hi,

[jQuery] Re: getJSON IE7 problem- caching request/responses?

2009-02-17 Thread adexcube
You can try $.ajaxSetup ({ cache: false}); Cheers On 17 Feb, 13:26, Hernando Gisinger hgisin...@gmail.com wrote: May be $.postJSON work too!!! 2009/2/17 IanW ian.g.win...@googlemail.com Sorry all, I've fixed this now by just appending the time on the end of the request to make it