I am trying to use the Validator plug-in in combination with a jQuery
UI dialog. I have one required input field. When this field is outside
of the dialog all works as expected. As soon as I place it in the
dialog, nothing validates (i.e., even with an empty field, $
('#aspnetForm').validate().form() returns true when the input field is
in the dialog).

I have tried a variety of ways to validate, including the technique
discussed by at 
http://www.meppum.com/2009/may/15/using-jquery-validation-ajax-submitted-jquery-ui-d/.

Anyone have any ideas?

Reply via email to