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!
The code is: (a) validating the fields and (b) is submitting the form. But unfortunately the code is not sending the data through the POST. Through the "Web Console" (Ctrl + Shift + K) no filled field is being sent.
I looked at some examples of internet codes that use jQuery to send data via POST, but I have no idea how to resolve it. I actually do not know what to replace / remove this line of code.