Posts by Thiago Spindola Rossi • 43 points
3 posts
-
2
votes1
answer106
viewsQ: <P> closing before the </P> tag
I have the following code to generate an Owl Carousel inside a div of the site I am developing, but when I see the html tag <p> closes before the div of Carousel, leaving the layout totally…
-
1
votes0
answers69
viewsQ: How to make an infowindow with different content for each marker in a loop
I’m trying to make each marker in this loop have an infowindow with different content, the arrays are the same size and are being taken from the database, the problem is that by creating new…
-
1
votes0
answers98
viewsQ: The Map (google maps API - javascript) stops working when I add a function in the script!
The map stops when I put the Connect function, when I remove it the map will appear again as always var map; var markers = []; function initMap() { map = new…