I have a jQuery array:
var arr = $('input[name$="recordset"]');
I am getting the value of array like 8 or 6
If array values are repeating or duplicate I need to show "please do not repeat the values". If not I need to proceed further.
Using jQuery can anybody tell me how to find the duplicate values?
arr.val(), and it returns a number in the input; he wants to check for duplicate input values.