码迷,mamicode.com
首页 > 其他好文 > 详细

选中dom,用length来判断点击的元素是否是当前元素

时间:2017-12-27 14:09:16      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:iframe   hasclass   pup   判断   log   mes   doc   sele   post   

 iframe1.contentDocument.onclick=function(event){
                    	 var parent = $(event.target).parents(‘.fd-dzcl-popup‘);
                    	 if(!(parent.length!=0)){
                    		 try{
                                 if(!$(‘.fd-dzcl-popup‘).hasClass(‘fd-hide‘)){
                                     $(‘.fd-btn-clgl‘).removeClass(‘select‘);
                                     $(‘.fd-dzcl-popup‘).addClass(‘fd-hide‘);
                                 }
                             }catch(err){
                                 //有可能跨域
                                 if(console.error){
       							  console.error("绑定iframe点击事件报错");
                                     console.error("Error name: " + err.name);
                                     console.error("Error message: " + err.message);
                                 }
                             }
                    	 }
              		}

  

选中dom,用length来判断点击的元素是否是当前元素

标签:iframe   hasclass   pup   判断   log   mes   doc   sele   post   

原文地址:https://www.cnblogs.com/Webyangbowen/p/8124767.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!