jQuery encontra o maior valor na matriz

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