Close Bootstrap Modal
问题 I have a bootstrap modal dialog box that I want to show initially, then when the user clicks on the page, it disappears. I have the following: $(function () { $(\'#modal\').modal(toggle) }); <div class=\"modal\" id=\'modal\'> <div class=\"modal-header\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">×</button> <h3 id=\"myModalLabel\">Error:</h3> </div> <div class=\"modal-body\"> <p>Please correct the following errors:</p> </div> </div> </div> The modal is