Posts by Marcos Rodrigues • 1 point
3 posts
-
0
votes1
answer34
viewsA: Problems with no screen refresh queries
The problem occurred because of a conflict generated with this import <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> After removing this…
-
-1
votes1
answer34
viewsQ: Problems with no screen refresh queries
Friends, I am trying to do a database search and present the result on the screen without updating the page, however when typing in the input no message is displayed. The user would start typing a…
-
-1
votes1
answer26
viewsQ: How to display a hidden icon after loading a file through input file
I have a screen where there are several input type="file" and I’m trying to make an icon appear when the user loads a file, making it easier to see that that input is already with a file. Below…