Posts by Moises Abreu • 39 points
7 posts
-
0
votes1
answer33
viewsQ: Click the button and hide two other buttons
I have a table with 3 buttons, change and end and call. The idea is when the user clicks on the end button (green), hides the change and end buttons and another green "Quit OS" button appears. How…
-
1
votes2
answers67
viewsQ: select input according to previous option
Eai, someone who knows jquery or js, how do I show a text field according to the option of a previous select? And if the user chooses no contact, how do I "hide" the input? Thank you !…
-
0
votes4
answers196
viewsQ: How to mark and uncheck div (by checking and unchecking Checkbox) with jQuery
I have 3 checkboxs: Problem with Wifi. Problem in the Email. Problem at the Portal. When the user clicks on any of the checkBoxs jQuery calls the div .active and automatically a color is filled…
-
0
votes1
answer62
viewsQ: How do I only style a fillText on Canvas?
I’m implementing a system that manages a file. gif with the client’s email signature, with the properties: name, sector, phone, extension and email. The only problem so far is styling each property…
-
0
votes0
answers35
viewsQ: How to validate data using beforeSend with Ajax
I’m developing a messaging system with initial and final date of each message, so before sending the data via Ajax, I want to validate some fields. I did a good part, the only problem is that when I…
-
1
votes2
answers43
viewsQ: How do I show a select according to the previous option?
I have two selects, User Type and User. User Type has 2 option(Global and Individual). The idea is that when the client clicks on the Individual option, appear below the select User listing all…
-
0
votes3
answers303
viewsQ: How do I make the Alert() method in JS appear only 1 time when the user logs into the application?
The idea is this, when the user enters the application will appear to him the messages registered in the bank, but I want to appear only 1 time for him. And when he clicks to close the Alert() text…