Try asking on the jquery forums etc.

http://plugins.jquery.com/project/jqueryvalidate

On Tue, Feb 15, 2011 at 11:53 PM, Laxmi <laxmipsa...@gmail.com> wrote:

> i am trying to do validation by using j query but it is not working
> can any one help me please
>
> $("#form_register").validate({
>
>                                rules: {
>                                        "user[username]":  "required",
>                                        "user[first_name]":
> "required",
>                                        "user[last_name]": "required",
>
>                                        "user[email]": {
>                                                required: true,
>                                                email: true
>                                        },
>                                        "user[password]":  "required"
>
>
>                                }
>
>                        });
>                        $("user[username]
> name:last").addClass("error");
>                            });
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>



-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc
identi.ca: @garethmcc

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to