SyntaxFix
Write A Post
Hire A Developer
Questions
use this Reload page
success: function(data){ if(data.success == true){ // if true (1) setTimeout(function(){// wait for 5 secs(2) location.reload(); // then reload the page.(3) }, 5000); } }