Posts by WesLipe • 57 points
9 posts
-
-1
votes1
answer30
viewsQ: How to update a table through AJAX?
Hello. I would like to, when clicking on "register" in the div "register-customers" be updated the client table in the div "Md-clients", but I do not know how to make the table update without…
-
0
votes2
answers62
viewsQ: Is it possible to call a PHP function through AJAX?
In my PHP page I have the functions: register(), edit() and remove(). How can I make it so that when ajax sends the data in "index.php" falls in the function "registration()"? AJAX:…
-
-1
votes2
answers38
viewsQ: Ajax + PHP saving empty fields in the database
When I use only html and php (action) the data is successfully inserted in the database, but when I use ajax the data is saved with empty fields (including NOT NULL fields in the database). Could…
-
0
votes1
answer132
viewsQ: How to emit a sound when passing the mouse in ANGULAR?
I would like it to make a sound by hovering the mouse in the menus of my application, but I don’t know how to do it HTML: <div class="itemsMenu" ng-mouseover="playAudio()"><i class="fas…
-
0
votes2
answers709
viewsQ: HOW TO APPLY A BACKGROUND COLOR TO AN ANGULAR COMPONENT?
I intend to leave the black background of my application in angular. I inserted a "body" tag, which I don’t have at an angle, in order to apply the style (body {background-color: black}). But it…
-
0
votes1
answer545
viewsQ: How to change HTML via Typescript (Angular 2)?
I am trying to create a "typewriter" effect where one letter is inserted after another. The code is like this: Typescript: TypeWriter() { let element =…
-
0
votes1
answer351
viewsQ: How do you stop the elements of a div from overtaking their father?
Hello, I’d like my side Ivs not to overtake the father. The amount of Ivs will depend on how much information you have in the bank (if you have 10 supermarkets, for example, 10 Ivs will appear) div…
-
1
votes1
answer442
viewsQ: Content of the div adjusting to its size?
I have a div that controls the maximum size an image can have. I would like the image to fit the size of the div, without cutting part of it (as in overflow: hide). I used the overflow:hide the…
-
0
votes3
answers1107
viewsQ: Add +1 every time you click the button?
Hello! My question is this: I would like that each time you click on the button, add one more to my badge, here is the code: HTML: <button id="buttonAdd"type="button"></button> HTML…
accountantasked WesLipe 57