Select Page

chek the following jQuery script to open a modal on a button click.

$('.btn-trash').click(function(){
        $("#deleteTriggerModal").modal('show');
    });