Tagged Questions
0
votes
1answer
118 views
how to apply validation on dialog form using jquery validation plugin?
i m trying to open a dialog on click of a button and opened dialog contains a login form including username and password and signin button.here is my code of html to open a dialog:
HTML CODE:
...
-4
votes
2answers
72 views
jquery validation form dosent work [closed]
I have a registration form with some field requirements in the form written in php and im trying to add a validation plugin to it, but the plugin dosent work, im not getting any errors.
<script ...
0
votes
2answers
92 views
jQuery validate problems - not working - form just submits
I have read everything I could find here on this subject. I think the problem is simple and easy but I can not find out. I would be glad for some rested eyes to take a quick look. What am I doing ...
0
votes
2answers
105 views
how to add erroricon and custom validation message using jquery?
I Would like to add error icon and custom validation message using Jquery plugin. Like this
Here is my html code,
<input type="text" id="firstName" name="firstName" class="required" />
...
0
votes
2answers
67 views
jQuery required( dependency-expression ) is not working properly
I am using jquery validation plugin. When I was using required( dependency-expression ) i noticed that
required( dependency-expression ) are not working properly. as mentioned that i tried for
...
1
vote
2answers
183 views
Jquery validate plugin. Messages not visible until field loses focus
I'm using the jquery validate plugin. I've found an issue that only occurs once I deploy my site and even then it appears to be intermittent. When I submit the form with invalid fields it prevents ...
0
votes
1answer
600 views
phonegap android login form
**why i m failed to get validations at mobile end i m not getting validations on fields even getting applied validation in browser but failed to get in mobile .can anyone point me what am i doing ...
0
votes
1answer
1k views
how to highlight invalid section — twitter bootstrap/jquery/validate plugin
I have a form in twitter bootstrap:
<div class="form-div">
<form id="fvujq-form1" method="post" action="">
<div class="control-group name">
...
0
votes
1answer
199 views
jquery validation plugin: validating hidden input, skips required input text
I'm trying to validate a form, that has both hidden and not hidden input. I added in the form validation settings the line ignore: "" to validate the hidden input, but doing so, it doesn't validate ...
0
votes
0answers
116 views
removing bracket in url validation using jquery validation js
I'm using jquery.validate.js and my client want me to pass a url with a bracket in it.
Example:
http://www.domain.com/clk;123456;v;pc=[ID] //not valid but we must let it pass
Inside the validate ...
0
votes
2answers
270 views
JQuery: form validation - not getting any results
I am trying to implement the simple form validation plugin found here: http://www.jquery4u.com/forms/basic-jquery-form-validation-tutorial/
but I cannot seem to get it working.
I have a simple form:
...
-2
votes
1answer
68 views
jQuery Validator accepting invalid dates [closed]
Why does the jQuery Validator accept this as a valid date?
01/123/1
If you enter that date it passes validation. How can I ensure the user is entering a valid date? I do not want to use a ...
0
votes
1answer
361 views
Jquery Validation not working if select box option changed
I have a form on submitting of which i check if certain type of option is selected my validation changes according to it but its not working somehow can any body help me Here is my HTML of form:
...
0
votes
2answers
337 views
jQuery Validation on Select List themed with jQuery UI SelectMenu Plugin
This is a followup to another question; First I needed to get the validation working on a normal select list. (The first part is available here)
I have a select menu that has some jQuery Validation ...
0
votes
1answer
123 views
Jquery Validation Plugin - For numeric field only in certain circumstances
I'm trying to make a validation with jQuery Validate for a numeric value but only when a radio button is checked; if the radio button isn't checked the field will be required but the user is able to ...
1
vote
0answers
222 views
jQuery - Using validate plugin with AJAX form plugin
I have used both the validate plugin and the AJAX form plugin to great success, but using them together is baffling me.
If I use the validate plugin to validate, then on success, post the AJAX form, ...
1
vote
1answer
166 views
Validation exception after upgrading to jQuery 1.8.2
After upgrading to version 1.8.2 of jQuery, my validation plugin (latest version 1.10.0) started giving me exception:
Error: Syntax error, unrecognized expression: div class="warningZone" ...
0
votes
0answers
77 views
Jquery in-line messages and validation
Is it possible to add a custom message per element within a form, but do it inline? For example:
<input type="text" name="mybox" id="mybox" class="required" requiredmessage="This is my custom ...
0
votes
0answers
63 views
jQuery validate plugin - custom label issue
By default the jquery.validate.js plugin uses a <label> element to display error messages, to link them to the form field it uses the "for" attribute that contains the ID of the element.
The ...
3
votes
2answers
494 views
jquery.validate.js - validate file name
According to the documentation for the jquery.validate plugin here: http://docs.jquery.com/Plugins/Validation/Methods/accept#extension
I can check the file extension of a file in order to validate ...
1
vote
2answers
229 views
jquery validation plugin not displaying error message in rails
I am trying to get some hands with Jquery client validation in rails ..
My following code works fine
http://jsfiddle.net/hr1383/5CFRB/1/
"displaying error message correctly"
Now i am trying to ...
0
votes
1answer
96 views
jQuery Validator Plugin: Validate contents of a div
In a SharePoint 2010 form, a Rich Text field is rendered not as a form element, but as a div. I need to use jQuery Validator Plugin to check the contents of this div.
<form>
<!-- this ...
2
votes
1answer
279 views
Client validate jquery plugin doesn't work
I use for client validation the jquery plugin on the path assets\javascripts\jquery.validate.js (rails 3.2). But it doesn't work. My form:
update_name_phone_city_user_registration_path,
...
0
votes
0answers
38 views
The way to develop a jquery plugin?(involve validator plugin)
It's my first time to develop a jquery plugin,so I refer to the validator plugin I usually use.
source code here http://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.js
There is part ...
0
votes
1answer
268 views
Validate some file input fields with jQuery validate plugin
HTML
<div id="multadpic">
<input type="file" name="adpic[]" />
</div>
I have a button after this div that i can add infinite file inputs, like this:
<div ...
1
vote
2answers
498 views
“Pretty Simple Content Slider” with Validate Plugin problems.
So I'm using this jquery content slider plugin: slider. And I'm also using the jquery validator plugin. So the I have a tab on the content slider to change your password. The problem is the ...
2
votes
1answer
362 views
jQuery.validate, form with multiple conditions
I have the following form:
Seems easy to validate but now I have some conditionals for it:
At least one row of name, email inputs must be completed (form can't be empty when pressing Finish ...
0
votes
0answers
270 views
Validation using jQuery-plugin doesn't work after an AJAX call
I'm trying validate a form using jQuery-plugin. I have three usual select boxes on a form, country, state and city. As usual, the country select box is populated on page load. The two successive ...
1
vote
1answer
732 views
JQuery CreditCard validator extend
I am using Jquery Validator
My challenge is when the user is updating their profile info. but not changing their CC .
When in the update page i only show 4*****1111
So the validation fails if use: ...
2
votes
1answer
1k views
JQuery Validate Group of Radio Buttons
I'm using jquery's validator plugin to validate my entire form. And I have a set of radio buttons like this:
<div class="radio_options" style="display:none; margin-left:7px;">
...
1
vote
1answer
61 views
JQuery Validator Method Check certain phrases
I'm using the jquery validator plugin and I want to add a custom method that checks to see if the user inputted a certain keyword. If they didn't then they can't continue, kind of like a password. ...
0
votes
1answer
286 views
JQuery Validation Regex for Contain
I have a username and password input field and I'm using the jquery validation plugin to validate my form. I know how to create custom rules and all but I'm just wondering how to write the regexp for ...
0
votes
1answer
327 views
jquery mobile and jquery.validation radio validation error message won't go away
I am attempting to use jquery.validate in a jquery mobile project to validate forms. This works fine for the most part, except for radio buttons. The validation appears to work initially, and display ...
0
votes
0answers
73 views
How to validate one field or the other - two text inputs?
Using jQuery Validate to do it's job of validating a form. Problem is I need to get at least one phone number recorded in the form - either a PDf or url
Is there any inbuilt way of setting up the ...
0
votes
0answers
168 views
jQuery Validation Plugin remote callback into form
I have a form:
<form action="" method="post" id="form" name="form">
<p><label for="name">Name</label><input type="text" id="name" value="" name="name" /></p>
...
0
votes
2answers
353 views
Trouble getting jQuery Validation plugin to work
I'm new to jQuery and, although I understand the gist of how it works, I'm unable to figure out why the validation plugin isn't working on my form.
<script type="text/javascript" ...
4
votes
1answer
317 views
jQuery Validate onclick: false not working for checkbox or select
I am trying to disable validation until submit after an error occurs. The onfocusout handler works fine, but onclick does not work for a checkbox or a select element.
I wrote the following up as a ...
1
vote
1answer
90 views
JQuery Validate Plugin
I'm trying to use the validate plugin but I guess it's not setup correctly. This is my header:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script ...
0
votes
1answer
90 views
jquery Validation diffifculty in handling the behavior for multiple sections in a single form
I have a form with multiple sections, and i am not able to handle the behavior of the validation of sections within a single form independently.
In this example, http://jsbin.com/ojihiv/4/edit , I ...
0
votes
0answers
58 views
Jquery eager validation on selection of date is not working
I have a form with text boxes and a read only text box , next to this i have a calendar image, on click of image, calendar pops up and date can be selected. And on submission of form, validation ...
0
votes
0answers
257 views
jQuery validate addMethod custom message using AJAX?
I've created my own validation method which checks for a certain amount of words in a textfield using following code. I want to get the message which is returned using an AJAX call (because I want to ...
0
votes
0answers
206 views
In Jquery password length more than 16 characters , then validation should not fire
My Fiddle
In my form i have password and confirm password with validation like required field and maxLength=16.
After encrypt the password I'm getting error. This error should not happen. Please help ...
-1
votes
1answer
102 views
Jquery add method function should not fire based on condition
In my form having
Payment Method : Dropdown [value -1, 1, 2]
Tax Type: Dropdown [value 1 0 2]
Sake Tax Amount : textbox
submitButton
I have customized funtion (addMethod) for saletax amount ...
0
votes
0answers
122 views
how to add custom function as option to validate, in the jquery validation plugin
I am using the jquery validation plugin: http://docs.jquery.com/Plugins/Validation/validate#options.
I would like to run a custom function to add css styling to the validated fields after validation ...
0
votes
0answers
178 views
trying to use if and find in jquery to generate a boolean expression
I am working with twitter bootstrap and the jquery validate plugin
I have a several form rows that look like:
<div class="form_row" >
<div class="control-group">
<label ...
0
votes
2answers
265 views
In jsfiddle jquery validate plugin is not firing
http://jsfiddle.net/ssthil/zj7F8/
Its not firing, where i missed? can you help on this?
0
votes
1answer
274 views
Select class control-group where none of its children are span.error
I am working with twitter bootstrap and the jquery validate plugin
I have a form row that looks like:
<div class="form_row" >
<div class="control-group">
<label class="control-label" ...
0
votes
1answer
29 views
how to select class where a child has a specific class, in jquery
I am working with twitter bootstrap and the jquery validate plugin
I have a form row that looks like:
<div class="form_row" >
<div class="control-group">
<label class="control-label" ...
1
vote
3answers
183 views
how can I find jquery elements that are immediately followed by a error span
I am working with twitter bootstrap and the jquery validate plugin
I have a form row that looks like:
<div class="form_row" >
<div class="control-group">
<label ...
0
votes
1answer
91 views
In jquery Validate Plugin - sale tax amount validation based on drop down value
Can anyone help on this please? That error message is not displaying based on the condition.
If drop down value is 0 or 2 then sale tax amount should be 0 or else error should throw.
If drop down ...



