UNPKG

silk-gui

Version:

GUI for developers and Node OS

9 lines (7 loc) 184 B
(function ($) { $(document).ready(function() { $(document).on('click.chip', '.chip .material-icons', function (e) { $(this).parent().remove(); }); }); }( jQuery ));