[jQuery] Re: customize validation plugin

2008-03-09 Thread Jörn Zaefferer
yazid schrieb: thanks, but which is more suitable : the "remote" method or the "addMethode" method, could you tell me please before starting any one of them, besides, there\s no enough documentation on remote do you have any others. If you want to do remote validation (anything on the server)

[jQuery] Re: customize validation plugin

2008-03-09 Thread yazid
i want to ask about the rule : remote: "check-email.php", what should the result of check-email.php be:xml, string or others On Mar 8, 7:45 pm, yazid <[EMAIL PROTECTED]> wrote: > thanx, > but which is more suitable:using the remote function or the addMethode > one?besides, there's no enough docum

[jQuery] Re: customize validation plugin

2008-03-08 Thread yazid
thanks, but which is more suitable : the "remote" method or the "addMethode" method, could you tell me please before starting any one of them, besides, there\s no enough documentation on remote do you have any others. On Mar 8, 5:30 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > yazid schrieb:>

[jQuery] Re: customize validation plugin

2008-03-08 Thread yazid
thanx, but which is more suitable:using the remote function or the addMethode one?besides, there's no enough documentation on the remote methode. On Mar 8, 5:30 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > yazid schrieb:> Hi all, > > i used the validation plugin in a form, but i needed checkin

[jQuery] Re: customize validation plugin

2008-03-08 Thread Jörn Zaefferer
yazid schrieb: Hi all, i used the validation plugin in a form, but i needed checking the existence of a field's value in the database, thus i used ajax, but, how can i integrate the result of ajax in the plugin, i used a traditional ajax(not that related to jquery), and the problem occured when