var $rows = $( 'input:checked' ).length ? $table.find('tr:has(input:checked)') : $table.find('tr:has(td),tr:has(th)')