a1exlism
10/26/2016 - 9:36 AM

jquery_each.js

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