Response title
This is preview!
Currently working jquery clone with jquery validation.
here is the code which i tried but still no use
$(".cloned_field").each(function() {
if(($(this).val().length > 0)){
bind_validation();
}
});
https://jsfiddle.net/karthic2914/h3vh2pLm/1/
© 2013 jQuery Foundation
Sponsored by and others.