To open bootstrap modal popup on page load use following
You can use the Bootstrap .modal('show')
method for launching the modal window automatically when page load without clicking anything. A common example of this technique is loading the modal when user landed on the home page
Use the Bootstrap .modal('show')
method
Example:
http://jsfiddle.net/rahuladmin/rL4jufcL/
Hope this help !
One comment