Questions tagged [jquery-validation-engine]

jQuery validation engine is a Javascript plugin aimed at the validation of form fields in the browser (IE 6-8, Chrome, Firefox, Safari, Opera 10).

jQuery Validation Engine is a jQuery plugin related to client-side HTML form-field validation and validation-error-notification.The plugin provides visually appealing prompts that grab user attention on the subject matter.

It supports various value-types (Text, Email, Phone, URL, ...), multiple languages and browsers (IE 6-8, Chrome, Firefox, Safari, Opera 10).

Validations range from email, phone, and URL, to more complex calls such as ajax processing or custom javascript functions. Bundled with many locales, the error prompts can be translated into the language of your choice.

It is available under MIT license.

Useful links

344 questions
-1
votes
1 answer

Format date (with different input) php

I am working on a multilingual formular and have to solve a date formatting problem: In German the date format is: DD-MM-YYYY While in another country e.g. England the date format is: YYYY-MM-DD While this input validation is handled right, I need…
-1
votes
1 answer

jquery validation engine's conditional validation

i have a form that uses Jquery validation engine as a validation library inside and Angular's SPA. The form has a check box and a text-box . i want that text-box should be required only if the check box is checked. this functionality seems to be…
-1
votes
1 answer

Is it possible to show satisfied validation rule in different colour using jquery validation engine?

I am using multiple conditions for validating a field in my form using jquery validation engine. I want to show the user if a condition is satisfied with a green background colour. currently my validation looks like this: Now when the first…
siva
  • 525
  • 2
  • 14
-1
votes
1 answer

jquery accordion - separate validation for each tab

I am using jquery accordion with 4 tabs. Each tab has different number of textfields and a button to submit the values (only in the particular div). In this case, i have 4buttons inside 4 tabs. Each button click should validate the textfields in the…
-1
votes
1 answer

Error message displaying every time. Using Jquery validator in MVC Project

My Html Code as well as Javascript code is follows.

Register

@using (Html.BeginForm()) { @Html.ValidationSummary(true)
Register User
-1
votes
2 answers

How can my MVC controller produce JSON in the following format?

I'm trying to integrate jQuery validation engine with my MVC project to perform inline validation. I have a field inside a jQuery form which is calling to an MVC controller and expects a JSON response. According this article written by the…
Troy Witthoeft
  • 2,498
  • 2
  • 28
  • 37
-1
votes
3 answers

Create a div before another

I have a script from a JQuery Validation Engine. I want to set the prompt div before another div. if($('#'+methods._getClassName(field.attr("id"))+'_msddHolder').length ){ var prompt =…
Simulator88
  • 617
  • 6
  • 12
  • 27
-1
votes
1 answer

How to hide error message after right value selected from select box in jQuery.validationEngine along jquery mobile?

I am using jQuery validationEngine with jQuery mobile plugin in my mobile page, am validating the dropdown list if it has empty value once I set proper value the error message is not getting in hide samsung galaxy android phones but same is working…
-1
votes
2 answers

Validation engine with message over select field

I have a form here using the validation engine, I would like to have it so that if someone clicks on "no experience" a message comes up saying "you must have at least 1 year of experience" and they can't move on to submit the form if they have 1…
-2
votes
1 answer

jquery how to return list of error fields?

Im using the validationEngine and having trouble with alerting the list of names of error fields after submitting the form. What Ive got is: $('#borrow-form').live('jqv.field.result',function(event, field, errorFound, prompText){ …
Fowowski
  • 132
  • 1
  • 8
-3
votes
1 answer

jquery plugin regex

I am doing form validation using Validation Engine. I see that this plugin uses regex for validating fields. I need to validate a field where, if the user enters a value less than 10, then it should show error alert text.("The value should be…
rubyist
  • 3,074
  • 8
  • 37
  • 69
-3
votes
1 answer

Need Help For Validation Engine

I am using jQuery validation engine on a Textbox for Validation. When a user clicks submit without actually submitting data, an error shows up. The problem is that if a user accidently clicks on that textbox and then clicks on any other place on the…
-3
votes
1 answer

jQuery-Validation-Engine - Errors in div

I want to improve my forms with jQuery Validation Engine. For more accessibility, I want to put the error in a tag below the input tag.

Error message

Is it possible ? Thank you !
Fridez Lucas
  • 33
  • 1
  • 8
-3
votes
2 answers

jquery validation at runtime

I wanna create a form in js file. var form = '
1 2 3
22
23