腾讯地图去掉logo

<div id="mapcon" style="width:560px;height:300px"></div>

$(function(){

$("#mapcon").bind("DOMNodeInserted",function(e){
            var tempCount = 0;
    $("#mapcon .smnoprint").siblings().each(function(){
     tempCount++;
     if(tempCount==2||tempCount==3){
     $(this).remove();
     }
    });
});
});
路径:http://www.caihaibo.cn/devpro/webfront/3716.html
posted @ 2018-10-19 15:09  Tutao1995  阅读(2579)  评论(0编辑  收藏  举报