Answers for "redirect location in jquery after ajax response.redirect"

0

ajax redirect in success

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

redirect with data jquery

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

Code answers related to "redirect location in jquery after ajax response.redirect"

Browse Popular Code Answers by Language