showing results for - "showing bootstrap modal after a delay"
Clara
29 Oct 2016
1setTimeout(function() {
2    $('#myModal').modal();
3}, 2000);