I saw an example on the web but now cannot find it any more.
What I would like to do is to have an exclamation mark icon appear next to fields that fail jQuery validation and then have a tooltip or bubble that show the error message when the user hovers over the icon. I know there are examples out there on the web but just cannot find what I am looking for any more.
Has anyone implemented this kind of functionality for their MVC application?
This example uses the jquery validation and tooltip plugins.