[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-24 Thread voltron
Great! Thanks! On Aug 24, 8:23 am, SeViR <[EMAIL PROTECTED]> wrote: > voltron escribió:> Thanks for the reply SeVir, but I´m confused, do you have > a small > > example of what you mean? > > > Do you mean that I should create the input field with javascript and > > remove it based on the users i

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-23 Thread SeViR
voltron escribió: Thanks for the reply SeVir, but I´m confused, do you have a small example of what you mean? Do you mean that I should create the input field with javascript and remove it based on the users input? Sorry, I understanded that your input fields are loaded dinamically. But

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-23 Thread voltron
Thanks for the reply SeVir, but I´m confused, do you have a small example of what you mean? Do you mean that I should create the input field with javascript and remove it based on the users input? On Aug 23, 8:26 am, SeViR <[EMAIL PROTECTED]> wrote: > voltron escribió:> Hi all, > > > I have a

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-22 Thread SeViR
voltron escribió: Hi all, I have a text input field declared to be used for searching a database. The users can search for a zipcode, city or company name based on what the choose using a radio button. How can I then dynamically assign different validation rules to the input field using Jörns V