how to remove the event created when clicked on the "x"?
[1st pic]
this is my code on creating the event
[2nd pic]
i tried this one, but as expected, it doesn't work.
$(document).on('click', '.event_action_delete', function(e){
dp.events.remove(this);
});
please, help me with this. thank you!