jeremy-h of Web Development
10/30/2017 - 6:46 PM

Modal Open on Page Load

$(window).on('load',function(){
    $('#myModal').modal('show');
});