var chkBox= $('#divListBox').find(':checked') .map(function() { return $(this).val(); }).get();
$('#divListBox :checked').removeAttr('checked');