[jQuery] Re: (validate) checkbox group minlength --> same name == only 1 value posted to php

2009-07-06 Thread pimousse
ut > myField[] in quotes, like 'myField[]' > > On Jun 30, 10:49 am, pimousse wrote: > > > Hi everyone, > > I am running into the following issue. The validation plugin allows to > > check and make sure that at least one of a group of checkboxes is >

[jQuery] [validation] Remote rule, show loading symbol

2009-07-06 Thread pimousse
Hi, I am using a remote rule & an external file to check in a form that a username is available. I am trying to show a loading symbol (or a message that says "checking your username is available" ) while the ajax query is running. Does anyone here know how to do this? Thanks!

[jQuery] (validate) checkbox group minlength --> same name == only 1 value posted to php

2009-06-30 Thread pimousse
o validate the group and still call the items different names? Or a way to transform the data before submission so it's similar to having checkboxes with different names? Thanks pimousse