This is a migrated thread and some comments may be shown as answers.

[Solved] jQuery validator problem

0 Answers 16 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Roma
Top achievements
Rank 1
Roma asked on 02 Sep 2011, 12:11 PM
I try validate my form, which load in window with Ajax.
But, don't work:
$.validator.unobtrusive.parse("#myform");
Problem solved, if
1)I include jquery.validate.unobtrusive.min.js files in partial view, where is form
2) or I include js. file in DefaultGroup(but this old solution 2010 Q2 http://www.telerik.com/community/forums/preview-thread/aspnet-mvc/grid/client-side-validations-with-mvc-3-don-t-work.aspx )
My question is how today it's my problem solve optimally.
Thanks. Best Regards.
Tags
Window
Asked by
Roma
Top achievements
Rank 1
Share this question
or