Posts by Dudut • 146 points
7 posts
-
1
votes1
answer695
viewsA: Problems with modal/boostrap
Friend, you can not put everything in the same function, why you are using the same to hide and display call them separately, try to do as follows: <script> function ocultar(){…
-
1
votes1
answer92
viewsA: Drop-down menu with bootstrap
Not an ID conflict? try using the following code. <div id="sidebar-nav" class="sidebar"> <div class="sidebar-scroll"> <nav> <ul class="nav"> <li><a href="index.html"…
-
1
votes2
answers2093
viewsQ: Validate if the string has a certain character [JQUERY]
I need to receive an input string for example "Jose_silva", as I do to validate if the string has "_" in it.
-
1
votes1
answer224
viewsA: I wish to make a Stock Control Rigger, but do not know how to do it
On your system when purchasing use the following SQL command: UPDATE `produtos` SET `estoque` = `estoque` - 1 WHERE `idProduto` Instead of 1 put the variable that will define the amount of products…
-
0
votes0
answers92
viewsQ: Are you out of your league?
I’m starting with Javascript and a friend told me that jQuery is being set aside, is that true? If so, why is he being left out? What would be an alternative to jQuery?
-
3
votes2
answers218
viewsA: Error in PDO listing
You must indicate that you are using a native PHP class using before PDO leaving so: new \PDO(); and return $query->fetch( \PDO::FETCH_ASSOC ); I think this should solve your problems. If you do…
-
2
votes1
answer69
viewsA: Prevent page reload if there is something inside the div
Guys how much recharging I find it hard to block this, the most you can block would be the F5 key but when checking the content of the DIV I can help you. You can use jQuery with the following code.…
javascriptanswered Dudut 146