I have a custom validation check that I perform on the server sidie (.net mvc).
If it fails, I want to notify the user with a message next to the input box (just how jqueries validation plugin works out of box).
Is there a built in function (in the validation plugin) I can call to do this?
Update The solution would ideally be using the plugin itself, maybe there is a method call I can use?