Posts by SergioNeves • 33 points
2 posts
-
1
votes1
answer79
viewsQ: Revert animation in second click
I’m trying to reverse a simple animation when I press a button again. The first click animates a div removing its left margin, but when I press again I wanted to put the margin back in its normal…
-
2
votes1
answer190
viewsQ: AJAX json_encode PHP file
Good morning. I’m trying to build a form where the input is validated by a PHP file via an AJAX call, but I’m having problems with how I receive the "date" in callback. This is my call via AJAX:…