I have validation with metadatas in a asp mvc project.
I want to validate the metadatas in the client side with jquery.validate and jquery.validate.unobtrusive.
The problem is that the metadatas [Email], [Phone] or [Url] it's not validated in the client side, so it's only validated in the server side.
Is there some form of validating this metadatas in jquery.validate?
Is there somo form of adding custom validations in jquery.validate?
Thanks.