我们专注攀枝花网站设计 攀枝花网站制作 攀枝花网站建设
成都网站建设公司服务热线:400-028-6601

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

判断元素是否可见的jQuery新窗口打开图片

function judgeShowOrHide(){  
    alert($("#id").is(':visible')); //判断是否显示  显示:true 隐藏:false  
    if($("#id").is(':hidden')){  
        alert("隐藏了");  
        //处理业务  
    }else{  
        alert("显示");             
               //处理业务  
        }  
}
    function targetBigImage() {       
     jQuery('.x_imgnew a').each(function(index){        
      if (jQuery(this).is(':visible')) {          
            window.open(jQuery(this).find('img').attr('src'));   
      }       
        });  
       }

网站栏目:判断元素是否可见的jQuery新窗口打开图片
转载来于:http://mswzjz.cn/article/gooecj.html

其他资讯