GIF89a
function checkBox(id,val) { if (document.getElementById(id).checked) { chkArr.push(val); } else { chkArr = $.grep(chkArr, function(value) { return value != val; }); } }