[jQuery] Re: Validating Ajax generated forms.

2009-04-22 Thread CG
Here is the Java Script var editStr =""; $('#settings_editor :input').live('keypress', function() { var v = $("#station_setup").validate().form().live(); console.log(v); editS

[jQuery] Validating Ajax generated forms.

2009-04-21 Thread CG
Hello, I am currently working on a very form heavy site. I am trying to validate a form that has been generated from an Ajax call. I am using the Live function for many things on the site but can't seem to get the form validation to bind, I also tried lazy loading the script but that didn't seem

[jQuery] Jquery not validation not working on dynamic content.

2009-04-21 Thread CG
Hello, I am currently working on a very form heavy site. I am trying to validate a form that has been generated from an Ajax call. I am using the Live function for many things on the site but can't seem to get the form validation to bind, I also tried lazy loading the script but that didn't seem