<a href="#select_all" rel="checkbox1" onclick="check_all(this);">Отметить все</a>
function check_all(_this) { $("#" + $(_this).attr('rel') + " input:checkbox:enabled").attr('checked', true); return false; }