IEでのAjaxリクエスト(GET)のキャッシュを対応方法まとめ
①URL+"&"+"t="+Math.random();
②"?timestamp=" + new Date().getTime();
③$.ajaxSetup({cache:false})
Coding Changes the World
①URL+"&"+"t="+Math.random();
②"?timestamp=" + new Date().getTime();
③$.ajaxSetup({cache:false})