Posts by Saulo Alexandre • 13 points
2 posts
-
0
votes1
answer254
viewsA: Google maps does not work within the bootstrap modal
The problem you’re having happens because the list of locations that appears below the search field is rendered behind the modal, making it impossible to see, so to solve this is just "put it…
-
1
votes1
answer413
viewsQ: Data processing in JSON format with Regex in Javascript
I have a problem in a project with PHP backend and front in HTML, Javascript and CSS. The backend is sending the data to the front through JSON, however, in one of the excerpts of the data there are…