jquery-validation-engine Questions

5

Is it possible to use the JQuery Validation to validate the Bootstrap Datepicker? As it doesn't expose the input field, I can't get it to validate. Example: https://jsfiddle.net/Khrys/2rcr9j5s/ $...
Tactile asked 11/12, 2015 at 12:38

2

Solved

I have an input field that I am trying to add custom validation to (required depending on another field). If I put required AND funcCall() I can see that two errors are returned. If I only put the ...
Blocked asked 24/4, 2013 at 2:30

6

Solved

I prefer Jquery ValidationEngine over Bassistance validation. my question is We do not use one input per line, some of them are in the same line like First Name: [] Last Name: [] When errors po...
Extreme asked 29/4, 2012 at 16:53

2

I am trying to add jquery-validation to a project in visual studio 2015. When I add "jquery-validation" to bower.json I see that the jquery-validation folder is added to wwwroot/lib/ but there is n...
Campanulate asked 14/4, 2016 at 14:58

3

Solved

I just downloaded the jQuery plugin form validation engine. Everything worked good so far until I check if the passwords match. If both the password field and the confirm password field is left bla...
Courland asked 15/4, 2013 at 21:17

3

I'm trying to use this validator: http://posabsolute.github.com/jQuery-Validation-Engine/ I load it just when a page has a form. But I have several pages with 2 form, both are loading with ajax. So...
Wreckage asked 3/3, 2013 at 12:27

3

I am using Twitter Bootstrap 2.1.0 on my site, I am also using the jQuery Validation Engine 2.6.2 plugin, which these work well together. Until you try to use the validation engine in a modal: ...

4

Getting this error: Uncaught TypeError: Object [object Object] has no method 'live' From this JavaScript and jQuery code: init: function(options) { var form = this; if (!form.data('jqv') || f...
React asked 25/4, 2013 at 14:54

6

Solved

In our project we are using ValidationEngine, and we don't have the ability to replace it with another plug-in. Our form has ten inputs and some of them are optional, but at least one of the optio...
Naze asked 11/2, 2011 at 15:45

5

Solved

I'm trying to make a customized error message with the validationEngine plugin Link of the plugin By default when you use something like: <input value="" class="validate[required]" type="tex...
Byway asked 8/8, 2011 at 20:41

1

Solved

I want to write a new validation rule for JQuery Validation Engine. It seems all you have to do is to write a function like this: "myNewRule": "func": function(field, rules, i, options){ //new v...
Estipulate asked 22/5, 2013 at 18:41

1

The code appears to be hooked up (like this) jQuery("#contactForm").validationEngine(); because it will validate and raise an error bubble if: you tab out of required field without any input y...
Vernon asked 23/6, 2013 at 19:21

1

I am trying to validate the availability of a subdomain with the jQuery Validate Engine through a custom function. Validation appears to happen correctly but the alertText is not displayed if .ajax...
Kuehnel asked 14/3, 2013 at 13:14

2

Solved

When I add this regex into validation engine I get a javascript error: "unexpected token", it seems that the regex is wrong because it is underline with red, why? "time1":{ "regex": ^([0-...
Galen asked 18/3, 2013 at 19:26

2

Solved

I'm writing this question here after trying to find an answer for two days. basically here's what's going on. I have a property in the viewmodel as follows [Required(ErrorMessage = "Required Fie...
1

© 2022 - 2024 — McMap. All rights reserved.