{"id":11882,"date":"2022-02-08T11:27:32","date_gmt":"2022-02-08T16:27:32","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=11882"},"modified":"2022-02-08T11:27:33","modified_gmt":"2022-02-08T16:27:33","slug":"bootstrap-show-modal-jquery","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/bootstrap-show-modal-jquery\/","title":{"rendered":"Bootstrap Show Modal jQuery Example"},"content":{"rendered":"\n
Show the modal:<\/p>\n\n\n\n
$('#myModal').modal('show');<\/code><\/pre>\n\n\n\nToggle the modal. This will show the modal if it is hidden.<\/p>\n\n\n\n
$('#myModal').modal('toggle');<\/code><\/pre>\n\n\n\nUsing vanilla JavaScript:<\/p>\n\n\n\n
<script>\n var myModal = new bootstrap.Modal(document.getElementById('modalID'));\n myModal.show();\n<\/script><\/code><\/pre>\n\n\n\n<\/p>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[953,15],"tags":[954,328,333,471,638],"yoast_head":"\n
Bootstrap Show Modal jQuery Example<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n