braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 182 forks source link

change js removeField event to allow catch after removing element #397

Closed darektw closed 8 years ago

darektw commented 8 years ago

This mod allow to catch event after deleting element with this sample code

$('#container').on('bc-collection-field-removed-after', function (e) {
     // do sth after delete
});