you can set : $.ajaxSetup({cache: false}) or: $.ajaxSetup({beforeSend: function(e,xhr,s){xhr.setRequestHeader("If-Modified-Since", new Date(0));}}) or: $('#display').ajaxSend(function(e,xhr,s){xhr.setRequestHeader("If-Modified-Since", new Date(0));}).load('../forms/test_form_1.html');
- [jQuery] Jquery load not getting updated pages..... Stever
- [jQuery] Re: Jquery load not getting updated pages..... Bil Corry
- [jQuery] Re: Jquery load not getting updated pages...... Stever
- [jQuery] Re: Jquery load not getting updated page... Bil Corry
- [jQuery] Re: Jquery load not getting updated ... Stever
- [jQuery] Re: Jquery load not getting upd... 汪杰
- [jQuery] Re: Jquery load not getting updated pages..... ricardobeat