I was working with jquery's load function which uses ajax to load remote url. It was working fine in firefox & other browsers, but was causing problem in internet explorer. IE caches the result of first load & repeats it even if the remote informations have been updated. later i have solved this problem by using optional parameter 'cache' setting to false like as follows:
$('#id').load('remoteurl',{cache:false});
And the problem was gone.
Subscribe to:
Post Comments (Atom)










0 comments:
Post a Comment