[jQuery] Re: How to bind validation to new loaded form?

2008-11-25 Thread [EMAIL PROTECTED]
I still dont get it, how to bind my new loaded form. I have installed live query now, but i am still doing it the wrong way. used this to bind: $(#signupForm).bind(submit, function() { return false; }) I should expect that submitting this form, would be disabled thenbut no tried this:

[jQuery] Re: How to bind validation to new loaded form?

2008-11-24 Thread [EMAIL PROTECTED]
hanks for the reply. I got this anwer on a previous question. (very helpfull, cause a few days ago i did not know binding even existed) So i understand that i have to bind my new form to my validation script. But i cant get it working this time. I have tried to validate just one input for an

[jQuery] Re: How to bind validation to new loaded form?

2008-11-23 Thread Mike Alsup
Hi all, i have tried to transform a bind example to my situation, but i can't get it working. Via my menu, i load a form which i want to validate. ( with Validation plugin fromhttp://bassistance.de/jquery-plugins/jquery-plugin-validation/ Loading the form into my content div works fine,