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(); } });