When I click the button, no action is taken.On the "Console" I get the following message: "Uncaught ReferenceError: Swal is not defined".How to solve this, what is missing from my code?
Good night people! I have a problem with not knowing jQuery very well. I
installed "Linter-eslint", "Linter-jshint" among other plugins in my
Sublime Text 3 to help me find the error, but I did not succeed.I tried using up the Esprima ( http://esprima.org/demo/validate.html ).
My code is a form that goes through 4 steps until it is submitted. Can someone help me see where the error of my code is?
And what tip can you give me to debug and debug my future codes to avoid such questions in the forum?What can I do, what techniques and tools to use? Thanks for listening!
Hello everyone, I have an e-mail form that I use for my small projects.It works normally! I recently had to add a field for the visitor to send an attached file. When submitting the form all the filled fields are sent, except for the "input file".
PS: Validation of fields occurs normally.Only when sending the form all the data arrives until the "send-proof.php" via "POST", less the field "proof".
Can someone help me solve this problem with my code?
The above code always displays a thumbnail when an image is chosen. But
if I choose three different images three times - or not - the code will
list me three different thumbnailS with the three images.
How to discard the previous image when choosing a new image, without listing all the chosen ones?
I have an image cropping code made by the Croppie plugin, but I can not send the image through php to a certain folder. Can someone with more experience in jQuery help me with my code?
I have the following part of a form code: <div class="form-group"> <div class="input-group"> <input class="form-control" type="email" name="email" placeholder="Your e-mail"> <span class="input-group-addon"> <i class="glyphicon glyphicon-envelope"></i> </span> </div> </div>
When there is some error the formatting of jQueryValidation messes up my layout. I needed the field error to appear in a specific place, so the design would not be compromised. Like that: