Answers for "jquery shoe modal"

34

modal.show jquery

$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Posted by: Guest on February-12-2020
6

open modal in jqwuery

$("#myModal").modal()
Posted by: Guest on July-21-2020
0

jquery modal popup

<!-- Modal HTML embedded directly into document -->
<div id="ex1" class="modal">
  <p>Thanks for clicking. That felt good.</p>
  <a href="#" rel="modal:close">Close</a>
</div>

<!-- Link to open the modal -->
<p><a href="#ex1" rel="modal:open">Open Modal</a></p>
Posted by: Guest on October-10-2020

Browse Popular Code Answers by Language