change js removeField event to allow catch after removing element by darektw · Pull Request #397 · braincrafted/bootstrap-bundle
added 2 commits
November 18, 2015 11:24This mod allow to catch event after deleting element with this sample code
```js
$('#cointainer').on('bc-collection-field-removed', function (e) {
// do sth after delete
});
florianeckerstorfer pushed a commit that referenced this pull request
Nov 19, 2015change js removeField event to allow catch after removing element
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters