I have tabs like this.
//content
Trying to check it like
if (!$('#singlechatpanel-1').css('display') == 'none') { alert('visible'); }else{ alert('hidden'); }