Posts by Isaac Gomes • 119 points
1 post
-
1
votes2
answers4419
viewsA: Validate fields with jQuery
You don’t need to implement this with Jquery. Jquery itself html already makes this kind of validation: Just put the attribute required in the input you want to be mandatory. Ex <input required…