[jQuery] [validate] form is sending despite the fact the form is not complete

2009-04-09 Thread sebastian
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: {

[jQuery] [validate] Errors are not clearing in my Validate jQuery code.

2009-01-24 Thread sebastian
Here's the code. $("#createEvent").validate({ rules: { title: { lettersonly: true, required: true } }, messages: {

[jQuery] [validate] Errors are not clearing in my Validate jQuery

2009-01-24 Thread sebastian
Here's the code. $("#createEvent").validate({ rules: { title: { lettersonly: true, required: true } }, messages: {

[jQuery] jQuery Form Plugin - "success" callback function isn't called

2008-10-23 Thread Sebastian
ld. Only the success callback (the alert) isn't called and I don't know why. Can anyone help??? Regards, Sebastian

[jQuery] Inconsistent behaviour of [autocomplete]

2008-05-21 Thread 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:

[jQuery] Re: [validate] validation doesn't work for radio buttons associated with hidden field

2008-04-25 Thread sebastian
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

[jQuery] Re: [validate] validation doesn't work for radio buttons associated with hidden field

2008-04-22 Thread sebastian
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: > > > >

[jQuery] Re: [validate] value is trimmed before getting to validation function

2008-04-22 Thread sebastian
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

[jQuery] [validate] value is trimmed before getting to validation function

2008-04-22 Thread sebastian
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

[jQuery] [validate] validation doesn't work for radio buttons associated with hidden field

2008-04-21 Thread sebastian
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

[jQuery] How can I access methods of an applet element using jQuery?

2008-04-19 Thread Philip Sebastian Immanuel Reinhardt Kim
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); //

[jQuery] Interface sortable: Limit of elements which can be dragged into a droppable

2007-05-05 Thread Sebastian Giffhorn
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