I\'m trying to delay the display of a Bootstrap modal after the user has clicked on a trigger button:
If any of those above method does't work, give this method a try. It will work perfectly.
$(window).ready(function() { setTimeout(function(){ $('#myModal').modal('show'); }, 2000); });