I have a button which loads after a ajax call , on clicking i want to reload the page (like i press f5)
I tried
$( \".delegate_update_success\" ).click
Use document.location.reload(true) it will not load page from cache.
document.location.reload(true)