原文:What is the fastest way to check whether a specific UserID exists in the array using Jquery or Javascript
I have an array of objects gAllMedicalFilesClaimantsArray with 2 properties (UserID & UserInfo) For example: gAllMedicalFilesClaimantsArray[0].UserID = "111"; gAllMedicalFilesClaimantsArray[0]....