Skip to content

Conversation

darektw
Copy link
Contributor

@darektw darektw commented Nov 18, 2015

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
});

DarekTw added 2 commits November 18, 2015 11:24
This 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, 2015
change js removeField event to allow catch after removing element
@florianeckerstorfer florianeckerstorfer merged commit 3d33435 into braincrafted:develop Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants