在Google Maps API中隐藏DIV元素(遍历)

时间:2018-08-26 06:18:19

标签: javascript html css

我试图通过应用DIV元素“ display:none”在地图上隐藏Google徽标。 DIV元素没有类也没有ID。我想通过使用jQuery遍历来访问该div元素。我该怎么办?

这是代码结构的样子。

<div id=map>
    <div>
       <div class="gm-style">
               <div>
               </div>
               <iframe>
               </iframe>
               <div>
                 THIS IS THE DIV I WANT TO HIDE
               </div>
               <div>
               </div>
               <div>
               </div>
               <div>
               </div>
               <div>
               </div>
               <div>
               </div>
               <div>
               </div>
               <div>
               </div>
               <button>
               </button>
       </div>
    </div>
</div>

0 个答案:

没有答案