Answers for "how to load html with jquery and change the url"

1

how to edit the link in a href with jquery

$("a").attr("href", "http://www.google.com/")
Posted by: Guest on March-22-2021
0

jquery url change

// Redirecting
$(window.location)[0].replace("https://www.google.it");
Posted by: Guest on October-01-2021

Code answers related to "how to load html with jquery and change the url"

Code answers related to "Javascript"

Browse Popular Code Answers by Language