jQuery.YAV is a input validation plugin based on the popular YAV.
Normally, a call like this:
$(document).ready(function(){
$("#form1").yav();
});
will be enough to call Yav to do input validation when the form is
submitted.
However, on our software, the forms are being added dynamically via AJAX, so
livequery would be required.
We've tried every possible way of doing this with livequery, but we can't
achieve the desired result. If we put them form on the main document, not
through an AJAX call, YAV works fine, so we know our syntax is ok and all
the necessary jscript files are being loaded ok.
Can anyone suggest the correct livequery syntax for this? We've used
livequery before for other things, but this one has us baffled.
Your suggestions will be greatly appreciated!
Peter :)
--
View this message in context:
http://www.nabble.com/Livequery-%2B-jQuery.YAV-tf4685217s27240.html#a13388803
Sent from the jQuery General Discussion mailing list archive at Nabble.com.