Just like the subject says, my form is sending despite the fact that
the form is not complete. The same happens if there are errors in the
form. I've attached the JS and the HTML. Any help is greatly
appreciated. I'm testing it locally right now.
$("#reserve").validate({
rules: {
Here's the code.
$("#createEvent").validate({
rules: {
title: {
lettersonly: true,
required: true
}
},
messages: {
Here's the code.
$("#createEvent").validate({
rules: {
title: {
lettersonly: true,
required: true
}
},
messages: {
ld. Only the success callback (the alert) isn't
called and I don't know why.
Can anyone help???
Regards,
Sebastian
ck not.
I would appreciate if the blur is removed to have the cursor rest in
the input field. The user can then press 'tab' to get into the next
field instead of being forced to click in the next field.
Best Regards
Sebastian
... snip ...
case KEY.RETURN:
return true;
}
if($("input[name='"+element.name+"']:checked").length > 0){
return true;
}
return false;
}, "Select an option");
I thought this might help someone, and possibli
Thank you very much for your answer!!!
On Apr 22, 1:31 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> sebastian schrieb:
>
> > Hi, the problem i have is that I have a group of radio buttons
> > associated with a hidden field like this:
>
> > >
Thank you very much!!!
On Apr 22, 1:27 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> sebastian schrieb:> Hi, i'm developing a costum validation method for a
> password field,
> > the password must not contain spaces. I thought my method worked fine
> > until du
Hi, i'm developing a costum validation method for a password field,
the password must not contain spaces. I thought my method worked fine
until during a test i put a space at the end of the password, my
method returned that the password was correct, and i noticed that the
problem was that the valu
Hi, the problem i have is that I have a group of radio buttons
associated with a hidden field like this:
Female
Male
and I have the following validation rule for the element:
"data[User][gender]":"required"
the validation doesn't work , it always shows an error whether the
radio buttons are
Hi all,
I have some problem using methods of an applet element when I use
jQuery syntax.
How can I solve this problem?
Please refer to the following source code:
// addValues() is a method defined in AppletXYLine.class
returnValue = document.getElementById("ch01").addValues(strValue); //
s: There are more icons in the "pool" than place for
icons in the ui. So is there a way to prevent icons to be dropped into
the ui when its already "full"?
Regards,
Sebastian
12 matches
Mail list logo