I am using jQuery-TokenInput in my application.I have some list of items, so when we enter any text if it is matched with the text in the list then it should not be added.
For example: If I had a list["abc","def","xyz"].
So if we enter in "xyz" in the jQuery-TokenInput textbox, it should not add.
Thanks,
Naresh.