Answers for "replace in href javascript"

0

replace link in javascript

window.location.replace("http://localhost/wordpress/dashboard/");
Posted by: Guest on August-24-2021
0

javascript modify href attr

link.href = link.href + '?param1=' + input.value;
Posted by: Guest on February-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language