jq判断元素是否显示

为了判断元素是否显示,jquery中用is()来实现,

$(function(){

  $(obj).bind('click',function(){

    if(obj.is(:visible)){

  //编写的代码

}else{

  //编写的代码

}

})

 

})

 

posted @ 2016-04-25 12:04  susanws  阅读(1827)  评论(0编辑  收藏  举报