$(this).closest('tr').find(':checkbox').not(this).prop('checked', this.checked)
var myClass = this.className; $("." + myClass).not(this).prop('checked', false);