So überprüfen Sie, ob div keine jQuery angezeigt wird
if(!$('#yourID').is(':visible'))
{
}
Fantastic Flatworm
if(!$('#yourID').is(':visible'))
{
}
if($('#yourID:visible').length == 0)
{
}