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 click event through javascript?
All you have to do is use a built-in method from bootstrap confirmation
Snippet