I have 3 input boxes like:
<input id="0" type="text" class="test" />
<input id="1" type="text" class="test"/>
<input id="2" type="text" class="test"/>
I am trying to figure out how I can detect duplicate data such it would alert the user if they entered the SAME url in >1 any of the boxes ?
I have jsFiddle – http://jsfiddle.net/PLacj/.
Can anyone assist ?
Here you go:
Fiddle: http://jsfiddle.net/maniator/PLacj/2/