jQuery + IAS を使用して無限スクロールを作成していますが、これらのリクエストを行うときにキャッシュを無効にしたくないという問題があります。
基本的に、これは次のページを取得するための URL です: http://example.com/flink-link?page=3&ccAC=1&_=1473840893821。
I have checked their documentation but found nothing, also i tried adding cache: true but it does not work.
Here is my trigger:
var ias = jQuery.ias({
container: '.movie_w',
item: '.movie',
pagination: '#pagination',
next: '.next',
cache: true,
negativeMargin: 600
});
ias.extension(new IASSpinnerExtension({
src: domain_root_url+'/media/themes/v/images/load2.gif',
}));