Questions tagged [bootstrap-confirmation]
17 questions
0
votes
1 answer
Bootstrap-confirmation not binding to dynamic elements?
I have a form which uses AJAX to load dynamic content on the page. I am also using bootstrap-confirmation which I use to confirm a function which cancels a request. The confirmation works when the page is initially loaded.
Here is example…

EternalHour
- 8,308
- 6
- 38
- 57
-2
votes
1 answer
How to disable bootstrap confirmation click listener?
I am using javascript to enable confirmation (http://bootstrap-confirmation.js.org/) as below:
$ (className).confirmation ({...})
when I click the dom with the given className it will trigger the confirmation dialog. I wonder how I can remove this…

Joey Yi Zhao
- 37,514
- 71
- 268
- 523