I am looking at asp.net mvc 3.0 and how it uses unobtrusive javascript through the jquery.validate library.
I am having trouble on finding what validation methods are supported. I only can find that mvc 3.0 can used the jquery.validate remote.
Does this new way use still data annotations and is limited by the couple they have or does this use something completely different?
Thanks