quangduy90

Results 1 comments of quangduy90

``` callback: function(key, options) { if(key == 'delete') { if (confirm('Are you sure?')) { options.$trigger.remove(); } } } ``` It works with me 💃