jQuery :: Ajaxリクエストをブラウザにキャッシュさせない
$.
ajaxSetup
(
{
cache:
false
}
)
;
or
$.
ajaxSetup
(
{
ifModified:
true
}
)
;