Below I have explained how to create simple html div popup div using css and jquery. Try running example and check simple css and jquery code.
Features :
1) Draggable HTML popup div.
2) Elements behind the popup div will be disabled until popup div is active.
3) Easy customizable css.
Click here to see DEMO In broad window
Cick here view source of example html page
Required Javascript URL's For Popup Div:
- <script src="http://code.jquery.com/jquery-1.8.2.js"></script>
- <script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
Screen Shot of pop up window in javascript:
pop up window in javascript |