I\'m using Twitter Bootstrap modal window functionality. When someone clicks submit on my form, I want to show the modal window upon clicking the \"submit button\" in the fo
Here is how to load bootstrap alert as soon as the document is ready. It is very easy just add
$(document).ready(function(){ $("#myModal").modal(); });
I made a demo on W3Schools.
Bootstrap Example Here is how to load a bootstrap modal as soon as the document is ready × Modal Header Some text in the modal.
Some text in the modal.