How would I set a timeout for a bootstrap modal? After getting the ajax data back that the message returned by php contains the term success, I want to give the
success
setTimeout(function(){ $('#Modal').modal('hide') }, 4000);
//where modal's id is 'Modal'