Answers for "change url actualisation js"

4

js change url

window.location.href = "www.google.com";
Posted by: Guest on May-07-2020
0

check for url change js

window.addEventListener('popstate', function (event) {
	// The URL changed...
});
Posted by: Guest on August-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language