if( $('.adv').css('display') != 'none' )
{
Navigation.closePopUp();
}
The problem is there are several child in this class, if at least one child in this class ‘s display css is not equal to none , than do something…
Is it possible to have this condition? thanks
You can use
visibleselector andlengthproperty.