jQuery判断是否是隐藏标签

if($("#elem_id").is(":hidden"))

{

}

原文地址:https://www.cnblogs.com/henw/p/2025909.html