Jquery UI modal (popup box) control size and hide by default
- by user782104
jsfddle page
I am currently using bootstrap modal , which is a jquery plugin to create a popup box, here is its documentation, only few lines, so it takes a minute to read only
I encountered problem in 3 aspect :
How can i define the size of the modal(pop up box)?
I tried:
<div class="modal" id="myModal" style="width:800px;height:900px;">…