输入banner图图片脚本导航/分类

jquery通过visible来判断标签是否显示或隐藏_jquery

代码如下:

if($(".spnTotal").is(":visible")==false)
{
alert('隐藏');
}
else
{
alert('显示');
}