Answers for "redirect in jjqyert"

6

jquery redirect to url

$(location).attr('href', 'https://google.com');
Posted by: Guest on February-25-2020
50

js redirect

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019

Code answers related to "Javascript"

Browse Popular Code Answers by Language