Posts by Gabriel Lopes • 45 points
5 posts
-
-1
votes1
answer426
viewsQ: Connect php container + Apache container + mysql container without Docker-Compose
I have access to a Linux server and I don’t have access to the internet. I only have Docker without Docker-Compose installed, and I have 3 images already loaded in Docker (apache, php and mysql).…
-
1
votes2
answers656
viewsQ: Access web application that is running on apache from a Docker container inside a linux server that I access for ssh
By my windows machine I have access to a linux server that is on the same network through an SSH. Do I need to access a web application that runs inside apache from a Docker container on that…
-
0
votes0
answers60
viewsQ: how to update a graph by using the $.load() method
I have a graph that is created from the id div "#Chart", the problem is that I have a modal that registers more information on the graph and when clicking "back" I want to update it with this new…
-
1
votes2
answers97
viewsQ: Accessing an element within the same element hierarchy
Next, I have this situation: <html> <g class="children"> <g> <rect class="child" data-id="xpto"></rect> </g> <rect class="xpto"></rect> <text…
-
2
votes1
answer35
viewsQ: Script adding multiple submits to form in modal
Next, I am trying to perform a password recovery form on a modal, however, each time I click on the button that opens the modal, a Submit event is added to the form. Any idea how I can solve this…