In my javascript code, in some point, i need to refresh the window (user has uploaded new image but in page still can see it)
i am wondering why is
location.href = location.href
not refreshing the window?
To refresh the window try:
window.location.reload();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With