mcasimir / mobile-angular-ui

Angular.js Mobile UI Framework with Bootstrap 3
http://mobileangularui.com/
MIT License
2.87k stars 709 forks source link

Open modal #429

Open vienha opened 3 years ago

vienha commented 3 years ago

I used $("idModal").show(). It doesn't work. How to open modal by jquery. Thank you.

luizptm commented 3 years ago

$("idModal").show()

luizptm commented 3 years ago

This way

gpraneetha commented 1 month ago

$("idModal").modal("show");