Posts by Eduardo Galvão • 33 points
2 posts
-
1
votes1
answer92
viewsQ: Why do javascript events only work on the first element clicked?
I’m putting together a small system that shows stores from a modal with PHP content. When the element is selected in the main HTML page, it displays a modal with a list of stores that, if they have…
javascriptasked Eduardo Galvão 33 -
2
votes1
answer136
viewsQ: What is the difference between int and variable with php casting?
I am developing a small system that includes javascript and php code, linked to Mysql. I’m trying to send a code that will be set in JS as an argument for a php function. However, when I test the…