79200443

Date: 2024-11-18 15:10:50
Score: 1
Natty:
Report link

It is possible to do so

$.ajax({
  url: 'url' //The address you want to refresh
  ,type: "GET",
  headers: { "Pragma": "no-cache", "Expires": -1, "Cache-Control": "no-cache" },
  complete: function(data) {
       location.reload();
     }
  });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user16626854