$('tr').click(function(){ if($('table tr').hasClass('open').length) { alert('1'); } else { tr.addClass('open') } });