function checkCheckbox() { $("#actions").[$('#all input:checked').length == 1 ? 'hide' : 'show'](); } $('input:checkbox').click(checkCheckbox);