Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 19, 2015

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