jquery - Content not updating, because of cache -


Good evening everyone! So basically I get data from the file with AJAX and put it in the HTML div. The problem here is that if I change anything in the file, then saving it and reloading my page, the content is not updated in HTML, but still this is it. However, when I set the 0 in the Mozilla cache, it updates this information.

  $ .ajax ({url: "./Tasks/2014/10.09.2014/Task_100914.txt", async: true, cashew: false, success: function (data) {$ ( '#work'). Text (data); Pagexicute.philogram = data;}});  

I tried with "case: false", but it does not work.

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -