Here is the Java Script
var editStr ="";
$('#settings_editor :input').live('keypress',
function() {
var v =
$("#station_setup").validate().form().live();
console.log(v);
editS
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
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
3 matches
Mail list logo