dailyhack
dailyhack copied to clipboard
How to reload a page using JavaScript
You can simply use location = location;
or location.reload();
in your JavaScript to reload the page current page.
533 more ways how you can do it: http://www.phpied.com/files/location-location/location-location.html
lol 😂
@AnTheMaker the post is too long. can you just list 5-6 way and then give the source link that will be good. Thanks
haha I know, I was just amused on how many ways there are actually.
You can simply use location = location;
or location.reload();
in your JavaScript to reload the page current page.
533 more ways how you can do it: http://www.phpied.com/files/location-location/location-location.html
This is cool!