How can I make Jquery to check multiple values?
问题 The Jquery code below works very well and checks for input values based on conditions .. But for the ESNList text field in the HTML form , many ESNs(numbers) can be entered and separated by a comma in the same text field , how can I make so Jquery makes sure that all the numbers entered on the same text field still match the condition for ESNList , your help would be greatly appreciated .. <html> <head> <script type="text/javascript" src="jquery/jquery-1.8.3.js"></script> <script type="text