jquery find largest number in array code example Example: jquery find highest value in array var _array = [1,3,2]; Math.max.apply(Math,_array);