How to open popup window on page load using bootstrap and jQuery
In this quick tutorial I’ll show you How to open popup window on page load using bootstrap and jQuery. As you have seen many website opening popup window as soon as website loads. You can display offers, important notice and ask visitor for subscription to your website. You can grab attestation of visitor by opening popup window and display required offers and deals. Using Bootstrap and jQuery you you can easily create popup window and display on page load.

Opening popup window on page load using bootstrap and jQuery
First of all add required bootstrap libraries on page.
Create simple popup modal, You can also set the popup size by adding following sizes. modal-sm : Making small popup window, modal-lg : Making big popup window
Add single line of jQuery on page to open popup window on page load.
See live demo and download source code.
DEMO | DOWNLOAD