I don’t know JavaScript at all. The Bootstrap documentation says to
Call the modal via JavaScript:
$('#myModal').modal(options)
I have no clue how to call this on a page load. Using the supplied code on the Bootstrap page I can successfully call the Modal on an element click, but I want it to load immediately on a page load.
Just wrap the modal you want to call on page load inside a jQuery
loadevent on the head section of your document and it should popup, like so:JS
HTML
You can still call the modal within your page with by calling it with a link like so: