Posts by eberblk kk • 11 points
2 posts
-
1
votes2
answers31
viewsA: "Hide" div by default
You can add a css class that contains the element display: none; or add it directly to the button tag, as below: Edit place the element display: none; on your tag div#seus_videos <div…
-
0
votes1
answer236
viewsA: Capturing click on a specific area of Google Maps (Gmaps API)
Hello, I register an event addListener('click', function); in the plot, the Gmaps API checks to see if the click was done in the highlighted area. (see addListener here) var area = new…
google-mapsanswered eberblk kk 11