Answers for "direct to another page jquery"

13

jquery redirect to another webpage

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

jquery to another page

window.location.href = "https://destination.url";
Posted by: Guest on July-29-2021

Code answers related to "direct to another page jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language