Questions tagged as 'jquery-validate'

1
answer

Validations with jQuery Validate

I have a problem with a simple validation of rout I do with jQuery Validate . The issue is that when jQuery validates something, it throws a message, in my case it shows a floating balloon on the validated field and in addition to this, it plac...
asked by 18.03.2016 / 16:47
3
answers

Validate a select2 field with jquery-validate

good I have a form in which through a query from php to my bd I charge a select, in which I use the select2 library to be able to search in my registers .. my problem is that when validating this field with jquery-validate This seems to ignore i...
asked by 31.07.2017 / 21:14
2
answers

error when validating with jquery-validate in wizard bootstrap

I'm doing a web application with a bootstrap wizard the first screen has a form that is valid with jquery-validate, in the second section of the wizard I have an input and a button that generate a table according to the number of rows that the u...
asked by 08.06.2016 / 21:04
2
answers

How to validate start date is less than end date Datepicker Boostrap

Good I'm doing a reservation system (I'm new to this). The only problem I have so far is that it does not validate that the "end" date is greater than the start date. Can anybody help me? I know it's simple but I'm learning HTML <input typ...
asked by 14.03.2018 / 01:13
1
answer

Delete an item created dynamically with jquery

I have a form and I want to delete the elements created in each time a new element is added dynamically using jQuery Validation Plugin v1.16 // only for demo purposes $.validator.setDefaults({ submitHandler: function() { /...
asked by 30.09.2018 / 05:15
2
answers

Send empty decimal input

I have the following model. It was generated from the database with entity. The two fields can be null. public partial class Items { public int id { get; set; } public Nullable<decimal> largo { get; set; } public Nullable<...
asked by 16.08.2016 / 16:50
4
answers

Validate a select field

Update of the question. I need to validate a Select with jquery.validate and bootstrap before registering, otherwise I send the alert. I have the house table and the bet table, in the selected form it is the id of the house table to know the nam...
asked by 18.07.2017 / 20:27
1
answer

I have problems with Jquery Validate, in a registration form

The form works with php, mysql, bootstrap, jquery, jquery validate The code I have is the following <script> $.validator.addMethod( "regex", function(value, element, regexp) { if (regexp.constructo...
asked by 04.11.2016 / 10:52
2
answers

Error replace () Javascript Jquery

I'm doing a function in Jquery and Javascript in which I have to pass a parameter through the url. This parameter contains the characters / and + , so I have to replace them so that there are no problems in the url....
asked by 29.06.2016 / 12:28
4
answers

Problems with JQuery

My app worked correctly, now it does not throw me any kind of error, meanwhile when I run my browser's debugger in sends to jquery caught. <!doctype html> <html> <head> <meta charset="utf-8"> &l...
asked by 20.11.2018 / 19:22