How to capture events for dynamically created data-role=“collapsible”
Could you please let me know how to capture the events for data-role="collapsible"
This is my fiddle
I have tried it this way
$('.my-collaspible').on('collapsibleexpand', function() {
alert('herere');
});
Could you please let me know how to make it work if it created dynamically