I\'m trying to create a comma separated list from what is checked on the form.
var $StateIDs = $(\':checked\'); var StateIDs = \'\'; for (i=0, j = $StateIDs.leng
$.each([52, 97], function(index, value) { alert(index + ': ' + value); });