17

Task:
Prevent users deleting items from the tokenInput.

Solution:
onDelete: function(item){
$("#token_input").tokenInput("add",item);
}

Comments
Add Comment