GIF89a php
Current File : /home/hencockfreshchic/public_html/admin.cpanel/js/checkBox.js
function checkBox(id,val)
{
	if (document.getElementById(id).checked)
	 {
	 	chkArr.push(val);
	 		 	 	
	 }
	 else
	 {	 	
		chkArr = $.grep(chkArr, function(value) {
		  return value != val;
		});		
	 }
}