I have various ul in which I have various li. The each li contain a textbox. Now the user has the possibility to add a new textbox to the li and fill in information.
My question is as follows: How can I validate that the new entry made isn`t same as any previous entry in any of the textbox in a particular ul? After the user has left the textbox, I must be able to pop any message if the entry is same as any previous entry in the ul