Posts by Ennahpets • 47 points
5 posts
-
0
votes0
answers62
viewsQ: Date range check automatically
How do I check the dates without pressing the send button? Type set an invalid date and already be alerted if it is not within range? function checarDatas() { var desenhoDidatico =…
-
0
votes1
answer226
viewsQ: Duplicate content and switch None display to block
The goal is that when press on Units, the display:none; of id mostrar-previa for display:block and hidden content is displayed. $(document).ready(function() { var previaUnidade =…
-
1
votes1
answer180
viewsQ: Remove dynamic inputs
I wanted the help to be able to delete a line from my form with javascript. I am able to duplicate it, but not remove it. $(document).ready(function(){ var clone_step1 =…
-
1
votes1
answer112
viewsQ: Collapse in bootstrap with signal exchanged
I’m having a hard time correctly flag the icon (The "+" of the right corner, signaling the expand and the "-" signaling the contract) when Collapse is compressed and when it is open. He gets mixed…
-
2
votes1
answer456
viewsQ: Duplicate inputs with bootstrap
I’m creating a form with tabs and I have to duplicate a set of inputs to another line and wanted help to do this. I’m using bootstrap and there’s the code snippet to be duplicated. <form…