Answers for "i want to capture the the reload of my page in javascript"

11

refresh page js

//with no cache
document.location.reload(true);

//else

document.location.reload();
Posted by: Guest on June-09-2020

Code answers related to "i want to capture the the reload of my page in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language