Answers for "jquery send to another page"

6

jquery redirect to url

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

jquery send to another page

window.location.replace("/target-uri");
Posted by: Guest on July-24-2021

Code answers related to "jquery send to another page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language