Twitter BootStrap Confirmation not working for dynamically generated elements
I am using DataTable's with dynamic content generated on page load. In table I have used bootstrap confirmation. To load it below script. $( document ).ajaxStop(function() { $(document).find('[data-toggle="confirmation"]').confirmation(); }); It opens confirmation box, but when clicking on "Yes" or "No"…