$('body').on('click', '.tag-item .remove-tag', function (e) { $(this).remove(); });
$('body').on('click', '.tag-item .remove-tag', function (e) { $(this).parent().remove(); });