Questions tagged as 'jquery-validate'

1
answer

formValidation error with remote validator

My main problem was that I was trying to get a true / false from the controller to check the existence of an item in the database, (you can see it here) . The error was resolved, then I saw that one of the users, of the questions that they sugg...
asked by 26.11.2016 / 07:16
1
answer

jquery validate validate two values in the same input

If you could help me, I'm using jquery validate and I want to do the following validation: in an input I just want to accept 0 or a line between 20 and 100     
asked by 15.11.2018 / 18:53
1
answer

Error showing div with jQuery

I started using bootstrap and I realized that JQuery is used, and I started to program a bit with this library the subject in question, it does not work a validation that reigates. <form method="post" id="ingresar" > <in...
asked by 28.07.2018 / 19:54
2
answers

This syntax is valid in jquery?

I have this code, so in javascript there should be a return true and return false, but in this statement there is only one false return, the return true is implicit? if (_form.find ('# name'). val () === '') {             _form.find ('# name'...
asked by 25.08.2018 / 16:19
2
answers

Why are not the fields validated? JQuery Validation

I am using jQUERY Validation in one of my entry forms, when going from one field to another, the length of the fields is validated. characters correctly, however when you press the button, the form is not validated, even if the fields are blan...
asked by 05.01.2018 / 14:29
1
answer

submitHandler Uncaught SyntaxError: Unexpected token function

I am modifying my ajax to use validations from Jquery Validate, I am using this structure and I find a syntax error that I can not find. function AgregarCliente(){ // validate and process form here $('#form_cliente').validate({...
asked by 10.04.2017 / 18:58
1
answer

Validate jQuery, send data with submitHandler with sweet alert

the sweet alert does not shoot at me. Maybe it's because of the event. If we comment on the sweet alert and decompose a normal alert if it tells me the message. In my index, I log in, send data to a servlet, recover the sevlet response...
asked by 20.09.2016 / 09:57
1
answer

validate with jquery.validate a form with dynamic elements divided into tabs

The problem I have is the following: In twig from the form-wizard of the metronic template I dynamically create both the tabs and the elements within them. This first part goes well, the problem is in the validation. All the fields are obliga...
asked by 26.05.2016 / 21:28
1
answer

Jquery Validate show gif when submit

I'm doing a form validation and I use Jquery Validate() but I have a problem. I indicate the code $("#formBloqueo1").validate({ success: function() { $("body").css({"overflow-y":"hidden"}); var alto = $(window).hei...
asked by 28.06.2016 / 13:55
1
answer

Problem with AJAX result in a required jQuery rule Validate

I have an incident with an answer that I have in an AJAX, all this within a depends of a rule required in a JS with jQuery Validate for the validation of a form. I leave the code that I am running: $('#form').validate({ ig...
asked by 17.03.2016 / 12:59