Closed mba8487143 closed 2 years ago
i want to get the text of the on click remove button. how to get the text
Try
$('input').tagsinput(); $('input').on("beforeItemRemove", function(tag){ console.log(tag.item); });
i want to get the text of the on click remove button. how to get the text