Posts by Tales Rodrigues • 1 point
2 posts
-
0
votes1
answer197
viewsQ: Call ajax by onclick in SWAL
Hello, I’m trying to get after the user click on a button, open a SWAL containing another button that has an ajax function, however, not even the SWAL opens. $(document).ready(function(){ var…
ajaxasked Tales Rodrigues 1 -
0
votes1
answer50
viewsQ: Validation of data submitted by the form
I am validating a form and I face a problem that I cannot solve. First, I make a foreach and check if there are any $_POST empty, if any, executes: $error[$key] = "*";. Then, below the input, I…