Posts by Izaac Mendes • 9 points
3 posts
-
-2
votes1
answer39
viewsQ: javascript is not being loaded in the mobile browser
I’m having a weird problem in my javascript, when I run in the pc browser works normal, but when I run in the mobile browser javascript does not recognize my functions/variables. class UusarioDAO{…
javascriptasked Izaac Mendes 9 -
0
votes2
answers587
viewsQ: How do I check that my file type input is empty in PHP?
<form action="teste1.php" method="post" enctype="multipart/form-data"> <input type="text" name="title"> <input type="file" name="arquivos[]" multiple> <?php…
-
0
votes0
answers48
viewsQ: I’m not able to change the value that is inside my tags with the append and prepend function
I’m leaving the title and dynamic body, changing only the name of the country, but it’s only working once. I am trying to get the name of the country that is in the combobox that I selected, and add…