rather than return true, you simply want to continue processing. the return statement will prevent execution of any other statements in your function....
I am new to writing Javascript and also somewhat restricted as the my companies CMS allows me to enter JS into the body, but I do not have access to the head....
sounds like IE8 has changed their implementation, which may force a change in code. can you provide a simple test case? i'm not able to launch jsUnit at the...
I'm having a couple of problems with IE8 Storing a blank string using setProperty(). This doesn't seem to round-trip correctly. I have changed setProperty()...
please don't rely exclusively on client (javascript) validation to prevent hacking. javascript in the browser is one of the easiest pieces to hack of...
Hi, I'm a web designer and one of my client's websites was recently hacked. I was told by my hosting company that one way that might have happened is through...
For some reason I can't get the field to be the same. I've setup .required style to the way I wanted to appear, but if you did not enter the right zipcode and...
it looks like the later versions of Prototype apply custom methods via the dollar function. are you expecting a 'resetValidation' instance method to be on the...
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a ...
Hi all, I have used the validation class since version 3.0.0 and I'm happy with it! However, now I'm using the validation class version 4.0.0 and I having a...
you should be able to validate a checkbox just as easily as a textbox: e.g., if you set REQUIRED to true, the checkbox validation will fail unless the checkbox...
Hi All, Is it possible to validate checkboxes? Example: Checkbox to say that the user has read the terms and conditions on a form before they post. Sorry if...
as the author, i'll tell you that you can use the files however you want. i'd prefer that you leave the header intact, but even that i don't care about that...
Dear All, I want to use nn-validation.js in my project. I checked its licenses and i found it is free for distribution but I should not alter script. In my...
One off my head is: Element.equalTo(anotherElement) - compares to see if value in current element is equal to value in second element. This I had to implement...
i'm soliciting feedback on helper functions to make setting up page validation much easier. i have already considered * Validation.require: makes one or more...
i'm looking for a wiki site to host documentation pages for this project. i've found wiki.com and schtuff.com as possible hosts. does anyone have any advice...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Aug 21, 2006 2:55 am
407
i uploaded a fixed beta version that addresses the multiple select defect. i've also started re-numbering the version at 4.0.0 since i'm moving so much code...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Aug 18, 2006 10:33 pm
405
I'm using latest 3.2.0. If I include the validation.js and I have a multiple select box, the multiple select box will not allow me to select multiple items....
Hi Matt, Thanks for the great script. I recently implemented 3.2.0 so that I could use the summary feature. I know the script is in beta and I had quite a few...
I added a DO-NOT-VALIDATE attribute that should enable you to bypass individual fields in validation. <select multiple="multiple" do-not-validate="true" ... ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
May 19, 2006 2:07 am
399
i haven't made any progress except to discover that i don't know the underlying cause. if i comment out a method assignment, it works okay, but the script...
... so ... Any progress at all? Unfortunately I don't have the screen space to use a checkbox list as there are a lot of options in each dropdown and several...
good news: it was easy to reproduce. bad news: i'm having difficulty isolating the problem. a workaround that may or may not help you is to use something...