[jQuery] Re: IE6 only 'partially' updating html loaded via ajax

2008-10-18 Thread asfman
$.ajaxSetup({cache: false}); Maybe the cache results

[jQuery] Re: IE6 only 'partially' updating html loaded via ajax

2008-10-18 Thread jsw_nz
Hi Asfman Thanks for the reply - I did as you suggested- adding the option - in two separate ways - neither fixed the issue (1) function getAjax_final(page_url,page_id) { $.ajaxSetup({cache: false}); $.ajax({ type: GET, etc. (2) $.ajax({ type: GET,