I\'m having problems trying to get the unobtrusive jquery validation to work with a partial view that is loaded dynamically through an AJAX call.
I\'ve been spending
test this:
if ($.validator.unobtrusive != undefined) { $.validator.unobtrusive.parse("form"); }