Is it possible to replicate f5 action to link using jquery? I need to refresh the page and resend data using this link, I have tried :
location.reload(true); or document.location.reload(); or $.f5();
But did not satisfy me.
Steps to reproduce using f5 key : 1. fill form then submit 2. press f5 - confirm box will appear
The page that you're looking for used information that you entered. Returning to that page might cause any action you took to be repeated. Do you want to continue?