UNPKG

184 BJavaScriptView Raw
1(function ($) {
2 $(document).ready(function() {
3
4 $(document).on('click.chip', '.chip .material-icons', function (e) {
5 $(this).parent().remove();
6 });
7
8 });
9}( jQuery ));
\No newline at end of file