Caribasius
3/23/2017 - 12:27 PM

each

each

$.each([ 52, 97 ], function( index, value ) {
  alert( index + ": " + value );
});