How to deep refresh window in jquery like you press f5 twice.currently i m using this.
<script>
window.onload = function() {
if(!window.location.hash) {
window.location = window.location + '#loaded';
window.location.reload();
}
}
</script>
Thanks ! and it should not take much time to refresh. my webpage is in php.