bootstrap-3-modal
bootstrap-3-modal copied to clipboard
A Meteor package making it easy to use bootstrap modals in Meteor.
Now we are able to add jQuery from CDN directly to . jQuery does not need to be part of the initial JS bundle (and users might have it cached...
Everytime I try to open the modal, it doesn't work. I recieve this error: Uncaught TypeError: $modal.modal is not a function. I'm doing this tutorial: http://experimentsinmeteor.com/modal-dialogs-part-2/, and doesn't work... Please...
@PeppeL-G I have been using this wonderful package with bootstrap 4 and it has worked fine until my chrome browser updated. Click events to show modals don't result in any...
[Reproduction](https://github.com/marktomm/bootstrap-3-modal-bug-repr/tree/master/client/lib) I don't know if I am doing something fundamentally wrong here, but if I call a `Modal.show(...)` right after `Modal.hide()` the modal window is not displayed. I encountered this...
I often find myself to add a modal view to a form. So I'm wondering if it would be in the scope of this package to add a new function...
When the modal is open, I can navigate by background page pressing the TAB key.
I am in the process of replacing standard alert and confirm dialog boxes with modals because they look so much nicer. I've run into a problem where if the page...
collapse works by click a button to show modal . but collapse not work in modal .
i have a Modal template file : addContactsModal.html containing a template named addContactsModal ( ... ) ; when do Modal.show("addContactsModal") , i doesn't work; and when i give a different...
Is this package removing the template from the normal template hierarchy? `Template.parentData(x)` returns `null` for any value of `x`