Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
213 views

Meteor: Where to place $('#modal').modal() call to automatically show the same modal on many routes?

I am developing an application with Meteor. On several pages I want to programmatically show a bootstrap-3 modal when the user navigates to that page. The modal will give instructions for how to use ...
Stephan Pfaff's user avatar
6 votes
2 answers
5k views

how to capture bootstrap modal open/close event in meteor js

I am trying to capture bootstrap modal open/close event in meteor js to do some custom checks. I know how to do it in jquery: $('#videoCallModal').on('shown.bs.modal', function () { // do something…...
Aashu Agarwal's user avatar
0 votes
1 answer
1k views

Unable to trigger modal-dialog show in Meteor template

I have a modal dialog in my template. This dialog needs to be triggered from the code programatically. So I need to show the modal through javascript, as I cannot have a data-toggle button to launch ...
srinivas's user avatar
  • 4,998
0 votes
2 answers
124 views

meteorjs parties example modals on bootstrap3

I'm playing a bit with Parties and the thing is I can't get "create party" and "invite" modals to work on bootstrap-3. The mask (light gray background that hover the page) get launched but no modals ...
Alucard's user avatar
  • 1,884
2 votes
1 answer
5k views

bootstrap 3 modal in meteor not showing

I'm trying to get a bootstrap 3 modal to pop in a meteor app without any success at all. Everything seems to be in place, I've scoured here and else where and it simply won't work. The HTML is <!...
Peter Nunn's user avatar
  • 2,242