[jQuery] Re: [validate] Validating Ajax Loaded Form Problem - Stumped

2009-01-19 Thread beysk
Now that you point that out it seems so obvious - since nothing was happening I assumed it wasn't actually working. In reality I have a fairly complex form (Form 1) that the user completes, the data is stored in a database and the div containing the form is hidden on success. The rules for this f

[jQuery] [validate] Validating Ajax Loaded Form Problem - Stumped

2009-01-19 Thread beysk
Hi, Sincere apologies for the repost! (I forgot to include [validate] in the subject of my previous post and I can't move forward this project until I resolve this). Repost: I am really stumped by this. Using the validate plugin, I can't validate a form which is loaded by ajax. I have made two

[jQuery] [validate] Validating Ajax Loaded Form Problem - Stumped

2009-01-19 Thread beysk
Hi, I am really stumped by this. Using the validate plugin, I can't validate a form which is loaded by ajax. I have made two very simple pages to demonstrate the problem. Ajax Loaded Form (doesn't work): http://yourmac.ca/test/validate1.html (click on the text "Click here to load the test

[jQuery] Validate: Validating an ajax loaded form

2009-01-18 Thread beysk
Greetings, I have been struggling with this for some time. The page uses: jquery 1.2.6 jquery.form.js jquery.validate.js I have a form which is generated like so: A. a user clicks on an image B. div containing image slides up (is hidden) C. a form (prepopulated with data by php fro