Posts by user62618 • 55 points
3 posts
-
1
votes1
answer53
viewsQ: Ajax function being ignored
Guys, I have this code that I’m using to search for server validations and display in the jquery validation plugin that I use. function nomeExiste(value, validator, $field) { var retorno; $.ajax({…
-
2
votes0
answers416
viewsQ: Validation with Spring MVC
You guys talk beauty? Well, I started studying Spring by Algaworks courses recently and today I came across a problem, is the following: I have a form that shows me a list of employees, and as it…
-
2
votes1
answer134
viewsQ: Action Form HTML
Guys, recently I came across a question when I analyzed some forms on websites. I’ll be very direct. Because some HTML forms in some web applications use a javascript code in their action, For…