Answers for "ajax redirect to another page"

6

jquery redirect to another webpage

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

ajax redirect in success

success: function(msg){
  window.location = "page.html";
}
Posted by: Guest on May-08-2021

Code answers related to "ajax redirect to another page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language