jQuery trouvera la plus grande valeur dans le tableau

var _array = [1,3,2];
Math.max.apply(Math,_array);
Weary Wildebeest