jquery 判断div show的状态实例

实例如下:

var
 temp= $("#test").is(":hidden");//是否隐藏


var
 temp1= $("#test").is(":visible");//是否可见

相关推荐