[jQuery] VALIDATE

2010-03-02 Thread AMARJEET
Hi Jörn Zaefferer, Is there any reason validator Plugin not supporting validate multiple form fields with identical names Is there any way to validate Identical Names Fields? Thanks Amarjeet

[jQuery] “(validate)”

2010-02-04 Thread Søren gruby
I'm using the jQuery plugin: Validation. How can I validate, say a textbox inside a specific div element that has a specific id? $(document).ready(function() { $(#aspnetForm).validate({ rules: { txt_1: { minlength: 2,

Re: [jQuery] “(validate)”

2010-02-04 Thread Nathan Klatt
On Thu, Feb 4, 2010 at 7:28 AM, Søren gruby mrgr...@gmail.com wrote: How can I validate, say a textbox inside a specific div element that has a specific id? Validate validates forms so to validate a field, it has to be in a form - doesn't matter whether it's in another div or what. Each rule

Re: [jQuery] (validate) Validation following server-side submit

2010-01-31 Thread Nathan Klatt
You might consider using the remote option: http://jquery.bassistance.de/validate/demo/captcha/ Or, have onSubmit submit the form asynchronously and redirect if the submit is successful. In both cases you'll want to re-validate the submittal but if it's not successful, who cares if you handle

[jQuery] (validate) Validation following server-side submit

2010-01-30 Thread Aaron Gusman
As you all know, validating on the client-side only can be easily hijacked by disabling javascript. For this type of validation I am using the jquery validator plugin http://docs.jquery.com/Plugins/Validation. When all client-side validations are successful, and the form is submitted to the

[jQuery] Validate Paste Issue with ichars

2010-01-29 Thread Ahmad Bagadood
Hello geeks, I've used your useful plugin to effectivly prevent typing in Arabic charecters in a form using ichars function. However, this function in this validation plugin has a bug. It allows pasting fobidden charcters! I believe an aditional check onblur might solve this bug. Pls. advise on

[jQuery] (validate) namespace conflict w/ flowplayer tools?

2010-01-28 Thread shinronin
hi, i appear to be in the midst of troubleshooting a namespace conflict of the $() function. i'm using validate 1.4. i've attempted to use jQuery's noConflict() method, but i'm still missing something. link href=/c/jq/ui.all.css rel=stylesheet type=text/css / script

[jQuery] (validate)

2010-01-25 Thread jhoin
This is a message to Jörn Zaefferer with respect to his autocomplete plugin: [This question was previously posted on StackOverFlow] I am using the autocomplete functionality from JQuery and am having a small problem. I have a div element with some text and a variable number of input boxes that

[jQuery] (validate) block event Return

2010-01-24 Thread Vagner
Hi, I'm trying to use the plugin Validator (from http://bassistance.de/jquery-plugins/jquery-plugin-validation/) WITH JSONSuggestBox (see: http://tomcoote.co.uk/jQueryJSONSuggestBox.aspx). But when I press Return on a searched item (JSONSuggestBox), the validate plugin starts, instead of let the

[jQuery] VALIDATE - How to access message in highlight function?

2010-01-24 Thread Temp
I am using the highlight/unhighlight options of the validator to add a class to my invalid element, and I want to qtip the message. Can someone please tell me how to access the error message of the element?

Re: [jQuery] (Validate) Checking once an Entry is Change

2010-01-20 Thread Scott Wilcox
Got it working now, but thanks! Turned out my backend wasn't returning right. Human error we'll call it ;) On 19 Jan 2010, at 20:22, Nathan Klatt wrote: On Sat, Jan 16, 2010 at 6:42 PM, Scott Wilcox sc...@tig.gr wrote: Pastebin of code: http://pastebin.com/ma643a4e Hiya Scott, What's

[jQuery] (validate) Select List

2010-01-19 Thread MarketAgent 007
I'm new to jQuery. I would love some help with the following. I'm using the validator plugin. Here is a description of what I'm trying to validate. Step 1 (required): Select Vehicle Make. select name=Vehicle Make class=required option value=ChevyChevy/option option value=FordFord/option

[jQuery] (validate) Compatability with jQuery 1.4?

2010-01-19 Thread Anthony
Hi all, We're planning on using Jörn Zaefferer's 'validate' plugin and wondered if anyone knows if it is compatible with jQuery 1.4? Be very intereseted to find out. Many thanks. Anthony.

Re: [jQuery] (Validate) Checking once an Entry is Change

2010-01-19 Thread Nathan Klatt
On Sat, Jan 16, 2010 at 6:42 PM, Scott Wilcox sc...@tig.gr wrote: Pastebin of code: http://pastebin.com/ma643a4e Hiya Scott, What's the code at the other end look like - i.e., /api/check/existac? Nathan

[jQuery] Validate jquery plugin problem

2010-01-19 Thread Niagara
Hi guys, i'm using jQuery JavaScript Library v1.4 and jQuery validation plug- in 1.6 My code with jQuery validation plug-in 1.5 work correctly, but with the new version NO. The JS: $().ready(function() { $(#registrazione).validate({ submitHandler: function() {

Re: [jQuery] Validate jquery plugin problem

2010-01-19 Thread Nathan Klatt
2010/1/19 Niagara keit...@libero.it: My code with  jQuery validation plug-in 1.5 work correctly, but with the new version NO. In what way does it not work? False positives? False negatives? Console errors or silent refusal? Help us to help you. ;) Nathan

[jQuery] (validate) (remote) How to check a returning user without locking the submission?

2010-01-18 Thread PhilY
Hi there. I'm working on a quiz where you can submit another time your answers (yes, I want them to win ;-). But if you do so, I'd like to display a warning that tells you that you have already submitted and that your new submission will erase the previous one. I've used the remote feature on the

[jQuery] (validate) plugin

2010-01-18 Thread PhilY
Hi there. I'm working on a quiz where you can submit another time your answers (yes, I want them to win ;-). But if you do so, I'd like to display a warning that tells you that you have already submitted and that your new submission will erase the previous one. I've used the remote feature on the

[jQuery] (Validate) Checking once an Entry is Change

2010-01-16 Thread Scott Wilcox
Hi Folks, I have a form that uses remote validation to test whether a username exists. It fires fine, however when it should return false, nothing is showing next to an element. Also, when the text input is changed then it doesn't revalidate the field which it should do. Any help, points

[jQuery] [validate] Error Labels don't remove after field is validated

2010-01-14 Thread Loony2nz
I am using jorn's awesome validation plugin for sometime. Every now and then I get this issue. Hit the submit button and the error messages pop up next to the invalid field. no problem. I enter the correct data in the field and go to the next field. Unfortunately, after the field is valid, the

[jQuery] (validate) Adding in custom validation

2010-01-08 Thread echuang, chew
Currently I am adding my custom validation (messages, rules) into jquery.validate.js directly. Anyone know how to adding in own customized validation into another js file and if possible, make the jquery.validate.js UNTOUCH.

[jQuery] (validate) Problems with additional methods...

2010-01-07 Thread Andrea Puddu
Hello everybody! I'm trying to use a custom method for validate one of my input's form, but no way. Neither the 'additional-methods.js' included in the plugin pack work for me Seems to be ok, but no idea. This is a resume of my code: -JAVASCRIPT- script type=text/javascript

[jQuery] jQuery Validate dynamic form issues

2009-12-27 Thread Dave3
Hey all, this is my first post here. I have tried desperately for hours and hours to find a solution to this problem but so far no luck. I have a dynamic form that will show/hide certain parts based on the value of a select box. I am also using the errorContainer option to display all errors

[jQuery] VALIDATE - error labels don't disappear

2009-12-27 Thread Loony2nz
Using Jorn's awesome validator for the umpteenth time..I'm stumped on this one issue I'm having. I made a simple form form name=testForm id=testForm method=get action= Firstname input type=text name=firstname id=firstname class=required / br

[jQuery] JQuery Validate div selector issues

2009-12-23 Thread p...@scotche.gg
Hi Guys I am trying to get validate to work, but I am soo close and yet soo far! I think the problem is the selector and way i append the error or valid classes to the label, or specify the element for errors? Can anyone see the mismatch or problem? HTML example... [code]div

[jQuery] Re: JQuery Validate div selector issues

2009-12-23 Thread scotchegg
one issue to add :) I want the message text in the div inputbottom-text, but also on error update or replace the inputrightdiv with inputrightdiv-valid , as this class has my green tick. Is it possible to alter a div class on error, but place error text into another div? thanks again for any

[jQuery] (validate) - Documentation fix for highlight/unhighlight

2009-12-21 Thread dirk
Hi there, When overriding the highlight/unhighlight methods, the examples provided in the documentation will not work: http://docs.jquery.com/Plugins/Validation/validate#toptions They should instead read: highlight: function( element, errorClass, validClass ) {

[jQuery] jquery validate plugin - greaterThan addmethod problem

2009-12-20 Thread markstegg...@googlemail.com
Hello, So, I am using two custom methods, GreaterThan and LesserThan: // custom code to for greater than jQuery.validator.addMethod('greaterThan', function(value, element, param) { return ( value jQuery(param).val() ); }, 'Must be greater than start' ); // custom code for lesser than

[jQuery] Validate Form - how to do NotEqualTo

2009-12-18 Thread jc_2009
I'm using Jörn Zaefferer's Jquery Form Validation which is great. However, I needed one extra method/function. I have some fields which initially have values (e.g. see below) input type=text name=First Name id=First Name value=Enter Name Here * / So for the validation if the Input First Name's

[jQuery] (validate) condition subsets (multiple submit buttons)

2009-12-17 Thread Jacob
(abstract) So, I have a form with multiple submit buttons. The different submission types require different subsets of data input within a single form, and therefore have different requirements as to what is required. All of the examples for the validation plugin involve all values in a form

[jQuery] (validate) jQuery Validate + CKEditor

2009-12-16 Thread Rodolfo Pereira
When I use the jQuery Validate with the CKEditor, i need to submit the form twice for validate de textarea that use CKEditor. Why this happens?

[jQuery] (validate)

2009-12-16 Thread eimantas
Hi guys I'm having trouble with validation plugin from bassistance.de. I have custom handlers for errorPlacement, highlight and unhighlight events. I also have defined custom errorElement. Error messages and validation data is extracted via metadata plugin using html5 data-* attributes. The

Re: [jQuery] (validate)

2009-12-16 Thread Jörn Zaefferer
Without seeing any of your code is pure guesswork to help you find the issue. I need to see at least the code configuring the validation plugin. Jörn 2009/12/16 eimantas enc.c...@gmail.com Hi guys I'm having trouble with validation plugin from bassistance.de. I have custom handlers for

[jQuery] jquery validate bug

2009-12-15 Thread Givan
Hi, I found a bug within the validation plugin I have a form and I need to click the submit button twice to submit the form. It seems that on the first click validates and only on the second click will submit the form. I think it must submit the form directly if there is no validation error. A

Re: [jQuery] jquery validate bug

2009-12-15 Thread Leonardo K
I download your code and it's working fine. On Tue, Dec 15, 2009 at 08:48, Givan giv...@gmail.com wrote: Hi, I found a bug within the validation plugin I have a form and I need to click the submit button twice to submit the form. It seems that on the first click validates and only on the

[jQuery] Re: jquery validate bug

2009-12-15 Thread Givan
Sorry, I didn't give you enough details. The validation of the form elements are are made on onblur event, if you don't click outside the last textarea then that field will not be validated. When you click on the submit form when editing the last textarea the onblur event is triggered but the

[jQuery] validate - error messages keep piling up

2009-12-15 Thread Mark Livingstone
Hi, Since I moved to a new design I cannot figure out how to stop the validate plug-in to append error messages and instead have it remove the previous error message before creating another one. here is what my HTML code looks like with multiple error messages: p label for=email E-mail /label

[jQuery] Re: (Jquery Validate) Keep getting an error in IE8

2009-12-14 Thread snobo
I stumbled upon the same shit, and this is how IE8 reacts on OPTION tags without value specified (like, optionblahblah/option). Until jQuery is fixed to support it (and in my case I must stick to old version 1.2.6, so fix is impossible) the workaround is to always use option

[jQuery] validate (help with plugin)

2009-12-14 Thread Scott Phillips
I am trying to get the validate plugin (http://docs.jquery.com/Plugins/ Validation) to work with my forms, but all I seem to be able to produce is errors My code looks like this (I've commented out where I was trying to add it): $(function () { //$(#loginForm).validate({

[jQuery] validate australian date

2009-12-14 Thread buRn
Hi does anyone know how to validate australian date? I only have the normal date validation and want to have the month and day switch around. cheers bUrn

Re: [jQuery] validate australian date

2009-12-14 Thread Dhruva Sagar
Check out www.datejs.com it's a great library to deal with any kinds of dates Thanks Regards, Dhruva Sagar. On Tue, Dec 15, 2009 at 8:49 AM, buRn bgen...@gmail.com wrote: Hi does anyone know how to validate australian date? I only have the normal date validation and want to have the

[jQuery] [validate] show status indicator while conducting a remote validation

2009-12-11 Thread Marc
Hi, I was wondering if it's possible to show an icon or label while the Validate plugin (http://docs.jquery.com/Plugins/Validation) is waiting on the response from a Remote rule. Ideally I would like to show a progress indicator to inform the user that the element is being validated in case of a

Re: [jQuery] [validate] show status indicator while conducting a remote validation

2009-12-11 Thread Jörn Zaefferer
The plugin currently doesn't provide any callbacks for that, but you can use jQuery's ajax events: http://docs.jquery.com/Ajax_Events Jörn On Fri, Dec 11, 2009 at 1:27 AM, Marc marc.ga...@gmail.com wrote: Hi, I was wondering if it's possible to show an icon or label while the Validate

[jQuery] validate

2009-12-09 Thread Marcuus
Hi I am using validation plugin with a submodal dialogue form. It works really well except on the second time into the form the validate() always returns true. Do I need to reset the form (or something) Regards Mark

Re: [jQuery] [validate] - jquery plugin + recaptcha = anyone get this to work?

2009-12-07 Thread Carlos De Oliveira
This is a JQuery Forum.

[jQuery] Validate with accordian?

2009-12-07 Thread gtlitc
I have a website questionnaire/website planner that I intent to use with prospective clients. You can view it under development here: http://www.smallblue.net/questionnaire.html The form is split in to sections and want to use an accordian effect so that ony 1 section is visible at a time. At

[jQuery] [validate] remote validation on empty field

2009-12-06 Thread david
Hi all, I want to make a remote validation on an empty field. Sometimes the field may be empty and sometimes not. This depends on the selection of other elements. I send them with the data hash of the remote method. The response should be written next to the empty field. As i understand, by

[jQuery] [validate] remote validations with two depending text boxes

2009-12-06 Thread david
Hi all, I have a for two text boxes. They are one entity for a check. I check the two text boxes together. I made it in the following way that i added for both of them one class and added a rule. My problem is the following. I have text-box a and textbox b. For a certain value of textbox a

[jQuery] [validate] - jquery plugin + recaptcha = anyone get this to work?

2009-12-06 Thread Loony2nz
I've seen the validation method for captha at this URL: http://jquery.bassistance.de/validate/demo/captcha/ just wondering if anyone has gotten this to work with reCaptcha? I'm having a #$*( of a time to get this to validate with reCaptcha...any help is much appreciated.

Re: [jQuery] [validate] Error using rules('remove')

2009-12-05 Thread Jörn Zaefferer
The rules method applies to individual elements, not the whole form. Call it directly on the age-field, and it should work. Jörn On Fri, Dec 4, 2009 at 1:34 PM, Eva eva.villarr...@gmail.com wrote: Hi all, I get an error when using rules('remove') from Jörn Zaefferer's Validate plugin. The

Re: [jQuery] Validate - date() Question from plug-in via bassistance.de

2009-12-05 Thread Jörn Zaefferer
Its been an outstanding issue for a long time. There are too many possible approaches to tackle it, and I couldn't yet decide on one to implement. Date parsing and validating is something I'd rather see in an extra library, with a leightweight custom method for the validate plugin to delegate to

[jQuery] Re: jQuery Validate and Dialog Confirm. submit() not working.

2009-12-05 Thread spud
I have not written up a test to verify this, but I suspect that your problems is that the code following Ok is calling submit() on a full jQuery object of the form -- which has the validation script attached to it, so it gets caught in an endless loop. What you really want to do is to call the

[jQuery] [validate] Error using rules('remove')

2009-12-04 Thread Eva
Hi all, I get an error when using rules('remove') from Jörn Zaefferer's Validate plugin. The error is: elem is undefined [Break on this error] var id = elem[ expando ];\r\n The code is: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

[jQuery] validate

2009-12-04 Thread sucheta
Hello all, I am using the JQuery validator from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ . And I am using the calandar component from YUI. The problem is similar to what bobbykjack has . I have an input field ,when user clicks into it the calendar pops up. When user

[jQuery] validate - How to dynamically set required:true to required:false

2009-12-03 Thread Ken
I am dynamically changing the className from required:true to required:false but jquery.validate.js always is displaying that this field is required. function change_required(id,bRequired) { document.getElementById(id).className= (bRequired?'{required:true}':'{required:false}') } Before submit I

[jQuery] [validate]

2009-12-02 Thread 123gotoandplay
Hi, I am trying to validate some dynamic generated input fields, like so $(#form1).validate({ rules: { $([name^=eventlink]) : { required: true, url: true } }

Re: [jQuery] [validate]

2009-12-02 Thread Dhruva Sagar
Are you using some validate plugin ? If you are doing so, you need to ensure that you execute your code only after the dynamically generated fields have been generated OR you do it everytime your dynamically generated fields are being generated. For ordinary events, there is this 'live' function

Re: [jQuery] [validate]

2009-12-02 Thread Mukesh Kumar
pata nhi yaar mujhe nhi malum

[jQuery] validate

2009-12-01 Thread tom
I'm using the jquery.validation plugin by Jörn Zaefferer and I was wondering whether there's a easy way to trim form elements before they are validated. For example, if I'm validating a email address: t...@test.com using the email : true rule, it'll display an error because the trailing

Re: [jQuery] validate

2009-12-01 Thread Leonardo K
you can create your own method using the addMethod ( http://docs.jquery.com/Plugins/Validation/Validator/addMethod) On Tue, Dec 1, 2009 at 11:50, tom thomasfothe...@googlemail.com wrote: I'm using the jquery.validation plugin by Jörn Zaefferer and I was wondering whether there's a easy way to

[jQuery] Validate - date() Question from plug-in via bassistance.de

2009-12-01 Thread Eclectic Mix
The plug-in validates for the correct date format, but does not validate the date itself (2/31/2009 shows as valid). Will this be added at some point or should I use another plug-in to validate the date. Thanks - george

Re: [jQuery] Validate: a question about the Remote option

2009-12-01 Thread Juan Ignacio Borda
you have to actually echo the result of validation: true or false Original Message Hello everyone, I'm still dealing with that signup form. Now I'd like to check with an Ajax call if a login is already taken. That's what I'm doing: $(#signup).validate( { rules: { ulogin: {

[jQuery] Re: jQuery Validate using input type=image

2009-11-30 Thread Rich
or delete the form details. If I turn javascript off and submit the form I can pick up the value of the input button used. i.e. request.form (publish.x) = ?, if I turn javascript on and use the jQuery validate plugin it does everything excpet pass the value of the button pressed so I can't

Re: [jQuery] Re: jQuery Validate using input type=image

2009-11-30 Thread Jörn Zaefferer
used. i.e. request.form (publish.x) = ?, if I turn javascript on and use the jQuery validate plugin it does everything excpet pass the value of the button pressed so I can't detect which button has been pressed. Any help appreciated. [code] $(function() { $(#vml_library

[jQuery] Re: jQuery Validate using input type=image

2009-11-30 Thread Rich
the jQuery validate plugin it does everything excpet pass the value of the button pressed so I can't detect which button has been pressed. Any help appreciated. [code] $(function() {        $(#vml_library).validate({                ignore: input[type=hidden

[jQuery] jQuery Validate and Dialog Confirm. submit() not working.

2009-11-30 Thread impact
I have a form that is being valdiated with jQuery validate plugin. On clicking submit, and after form has been succesfully validated, I want a dialog confirmation to appear, then on clicking OK, the form submits. See my code below. The Dialog opens fine. Dialog works fine, but the form does

[jQuery] Validate plugin: insertAfter problem/question

2009-11-30 Thread Gian
I am using the jQuery Validation plugin in conjuction with the jqTransform plugin to style the form. I need to insert the error message after the rowElem div. I can do that, but the problem is that for each input field I get all the error messages form the other fields. Example: if I got 3

[jQuery] Validate: a question about the Remote option

2009-11-30 Thread Andre Polykanine
Hello everyone, I'm still dealing with that signup form. Now I'd like to check with an Ajax call if a login is already taken. That's what I'm doing: $(#signup).validate( { rules: { ulogin: { required: true, // It's a custom method checking a regexp, it's working login: true, rangelength: [3,20],

Re: [jQuery] Validate: a question about the Remote option

2009-11-30 Thread Juan Ignacio Borda
hey..!!! you have to actually ECHO the result of your validation the remote method expects the response to be true or false. good luck! Original Message Hello everyone, I'm still dealing with that signup form. Now I'd like to check with an Ajax call if a login is already

[jQuery] jQuery Validate using input type=image

2009-11-27 Thread Rich
turn javascript on and use the jQuery validate plugin it does everything excpet pass the value of the button pressed so I can't detect which button has been pressed. Any help appreciated. [code] $(function() { $(#vml_library).validate({ ignore: input[type=hidden

Re: [jQuery] jQuery Validate using input type=image

2009-11-27 Thread Jörn Zaefferer
), there are 3 of these inputs which either publish, save or delete the form details. If I turn javascript off and submit the form I can pick up the value of the input button used. i.e. request.form (publish.x) = ?, if I turn javascript on and use the jQuery validate plugin it does everything excpet

Re: [jQuery] [validate] Specifying custom highlight/unhighlight methods problem

2009-11-26 Thread Jörn Zaefferer
The validation plugin hides labels based on the error class. By adding that class to your regular label, it'll get hidden, too. Try using a different class for the regular label (with the same styles). Jörn On Wed, Nov 25, 2009 at 4:35 PM, Imre Farkas farkasimr...@gmail.com wrote: I'm trying

[jQuery] Validate / Remote

2009-11-26 Thread RCLumbriga
Hi.. Sory the really bad english I have one problem with remote in Jquery.validate I do this cusuario:{ required: true, minlength: 5, remote: verifica_user.php }, Now i whant know how the script

Re: [jQuery] Validate / Remote

2009-11-26 Thread Jörn Zaefferer
That script will get a single GET paremter with the name of the field as the key and the value of the field as the value, here you'd get verifica_user.php?cusuario=username Jörn On Thu, Nov 26, 2009 at 1:30 PM, RCLumbriga ronanl...@gmail.com wrote: Hi.. Sory the really bad english I have

[jQuery] [validate] Issues validating two different forms on same page using validation plugin

2009-11-25 Thread MarkW
Hi. Would have posted this on the actual plugin page but comments are closed I was sent here instead. Here's the plugin page: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have two different forms on the same page with different id attributes. Both have separate validate

[jQuery] Validate: more info on options

2009-11-25 Thread Andre Polykanine
Hello everyone, I decided to use the Validate plugin as suggested by many of you here. But either I can't read, or I can't search, but I didn't manage to find a description or a user guide for the options used by Rules() method, for example. I have seen required, email, equalTo, and minlength.

Re: [jQuery] Validate: more info on options

2009-11-25 Thread Jörn Zaefferer
The documentation for the plugin is here: http://docs.jquery.com/Plugins/Validation That includes documentation for the rules() method as well as descriptions for all built-in validation methods ( http://docs.jquery.com/Plugins/Validation#List_of_built-in_Validation_methods ). Jörn On Wed, Nov

Re[2]: [jQuery] Validate: more info on options

2009-11-25 Thread Andre Polykanine
Date: Wednesday, November 25, 2009, 4:41:28 PM Subject: [jQuery] Validate: more info on options The documentation for the plugin is here: http://docs.jquery.com/Plugins/Validation That includes documentation for the rules() method as well as descriptions for all built-in validation methods ( http

[jQuery] [validate] Specifying custom highlight/unhighlight methods problem

2009-11-25 Thread Imre Farkas
I'm trying to specify a couple of custom methods for highlighting/ unhighlighting valid/invalid fields on my form, but I'm getting some strange behaviour, which I'm not sure is due to me misunderstanding how these methods are supposed to be implemented, or if it's just buggy. $().ready(function()

[jQuery] Validate: Display errors after Ajax form submit

2009-11-25 Thread Ted
I have the validator setup nicely with client side rules and some remote validations. That part is working well. When the form is submitted (via ajax) there may be some more complicated server side validations that generate errors. (Such as checking a credit card with the cc service, db

[jQuery] [validate] - errorPlacement help

2009-11-24 Thread Loony2nz
Hello, I'm having difficulty traversing the DOM with the validate plugin. I'm sure Jorn can figure this out quikcly :) I'm trying to target the error message to be placed in the span class=errorMsg tag. This tag can be any # of elements past the input or checkbox or whatever is being validated.

[jQuery] (validate) $.format() abnormalities

2009-11-23 Thread mahdoum
Hello, I'm using the following string as an error message when a username is already taken remote: $.format({0} already exists) I am also using keyup validation. The problem is if a user types test in the username field (username is already taken) then the message test already exists comes up.

[jQuery] (validate)

2009-11-23 Thread Gregory Kaidanov
I am trying to override only the showLabel function in the jquery.validate.js . I've found inheritence plugin for it. Nevertheless , I wasn't able to implement the example givven with it. Is there any way that I can reuse the jquery.validate.js without changing the original , but by overriding

[jQuery] Re: (Jquery Validate) Keep getting an error in IE8

2009-11-23 Thread djseng
I'm getting this same error. Does anyone have a patch for it? On Nov 7, 9:31 pm, chobo2 howser_...@hotmail.com wrote: Hi I don't know what is going but my jqueryvalidateplugin(1.5.5) is not working and I am not sure for how long since I do most of my testing on firefox. The problem is this

[jQuery] validate with changing default submit

2009-11-22 Thread mike
I am a novice at jquery/javascript. I am trying to use validate plugin and then make a ajax request with post() and I am thoroughly confused by the submitHandler option Here's what I have: The html form id=mail_form name=mail_form method=post action=xxx.php // many form elements

[jQuery] (validate)

2009-11-21 Thread Juan Borda
hi there i'm working with the remote method of validator plug-in to have in response validity and a message... and i have it working! the plugin show the remote msg ok but on lost focus i get: Warning: No message defined for DE1695 the remote script always return {valid:tue,msg:somemsg} test

Re: [jQuery] (validate)

2009-11-21 Thread Tsz Ming WONG
On Sun, Nov 22, 2009 at 11:21 AM, Enoch enochelli...@gmail.com wrote: script type=text/javascript $().ready(function() { // validate signup form on keyup and submit $(#regform).validate({ rules: { fname: { required:

[jQuery] (validate) error in IE7

2009-11-17 Thread dmikester1
Here is the screenshot of the bug or error in IE7. Can anyone help me figure this one out? http://www.michaelandregina.com/jqueryErrorInIE7.png Thanks Mike

Re: [jQuery] (validate) error in IE7

2009-11-17 Thread Jörn Zaefferer
Could you provide some code? A testpage? jsbin.com works great for that. Jörn On Tue, Nov 17, 2009 at 4:39 PM, dmikester1 dmikest...@gmail.com wrote: Here is the screenshot of the bug or error in IE7. Can anyone help me figure this one out?

[jQuery] (validate) custom message for maxlength

2009-11-17 Thread Kasvis
Hi, I am trying to customize the message for maxlength rule. I want to show the current text length entered in the message something like this. 'Comments' must not exceed 660 characters. You entered 754 characters Is there a way to create the message to include the current length. Thanks

Re: [jQuery] (validate) custom message for maxlength

2009-11-17 Thread Jörn Zaefferer
Sure: messages: { comments: { maxlength: function(max) { return 'Comments' must not exceed + max + characters. You entered + $(input[name=maxlength]).val().length + characters; } } } Jörn On Tue, Nov 17, 2009 at 8:16 PM, Kasvis kasvis...@gmail.com wrote: Hi, I am

[jQuery] custon error Jquery Validate

2009-11-16 Thread Theodoro
When I use the jquery validate it creates a label with the error message field and add the error class in my imput, but I want him to add that only the class of error in the input without creating the label is possible?

[jQuery] validate

2009-11-16 Thread marinab
I'm using the validate.js plugin but need to validate the form onblur instead of onsubmit. How do I alter the code to validate onblur? Thanks, Marina

[jQuery] Re: Jquery Validate Problem on IE (Need Help)

2009-11-15 Thread debian
I have the same problem without any $addMethod's. I saw some threads about comma problems but can't make it work too :( . Did you find any solution? On 14 Kasım, 10:24, serhat serhatsarika...@gmail.com wrote: I really need a solution soon can any one check my code? On 14 Kasım, 00:17, serhat

[jQuery] Re: Jquery Validate Problem on IE (Need Help)+1

2009-11-15 Thread serhat
Sorry my friend, still wating for solution. Tried a lot but still have the same problem :( We will get a solution just wait for replies. On 15 Kasım, 13:13, debian debian...@gmail.com wrote: I have the same problem without any $addMethod's. I saw some threads about comma problems but can't make

[jQuery] Re: Jquery Validate Problem on IE (Solved)

2009-11-15 Thread serhat
- kullanici: Boşluk ve Türkçe karakter kullanılmadan en az 6 karakter, } * , * SIFRE: { - that comma makes the script crash. Thx Hasan Tayyar

[jQuery] Re: Jquery Validate Problem on IE (Need Help)

2009-11-14 Thread serhat
I really need a solution soon can any one check my code? On 14 Kasım, 00:17, serhat serhatsarika...@gmail.com wrote: I also tried without $.validator.addMethod but still have the same problem... Any idea or fix for this validation script? Thx for any advise :) On 13 Kasým, 18:25, serhat

[jQuery] Re: Jquery Validate Problem on IE

2009-11-13 Thread serhat
I also tried without $.validator.addMethod but still have the same problem... Any idea or fix for this validation script? Thx for any advise :) On 13 Kasım, 18:25, serhat serhatsarika...@gmail.com wrote: I have a form validation with Jquery+Jquery Validation Plugin. I tried all variations on my

[jQuery] VALIDATE change errormessage

2009-11-12 Thread fyp
Moin, sorry, i dont get it: how to change the error message for all fields This field is required. script type=text/javascript src=http://dev.jquery.com/view/trunk/ plugins/validate/jquery.validate.js/script script $(document).ready(function(){ $(#mainform).validate(); }); /script

[jQuery] (validate) Using metadata attr type with validate plugin

2009-11-10 Thread Iwan Vosloo
Hi there, We managed to get the validation plugin to work with metadata inside a class attribute, but we would like to move it to its own HTML5 data- xxx attribute. Our current efforts look like this: $.metadata.setType( attr, data ); $(#commentForm).validate({meta: data}); with the HTML:

  1   2   3   4   5   6   7   8   9   >