Answers for "jquery redirect to a page with data"

13

jquery redirect to another webpage

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

redirect with data jquery

$.redirect('demo.php', {'arg1': 'value1', 'arg2': 'value2'});
Posted by: Guest on July-14-2020

Code answers related to "jquery redirect to a page with data"

Code answers related to "Javascript"

Browse Popular Code Answers by Language