Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to show modal with jquery

show Modal:
----------------------------
 $('#modal_id').modal('show');

hide and show Modal (toggle):
-----------------------------
$('#modal_id').toggle('modal');
 
PREVIOUS NEXT
Tagged: #show #modal #jquery
ADD COMMENT
Topic
Name
4+2 =