Answers for "show modal via class"

3

programmatically show modal boostrap

$('#myModal').modal('show');
Posted by: Guest on January-11-2021
0

add modal.open class to body

this.$body.addClass('modal-open')
Posted by: Guest on November-25-2020

Browse Popular Code Answers by Language