0

I have an Asp.Net MVC 4 application in which i am currently doing both Client side(JQuery) and server side validations. Currently i use in my View @Html.ValidationMessageFor(model => model.SomeField) and it's working fine showing a red message on top of my control "This field is required" .

For Client side i implement IClientValidatable and its working fine too.

But , I would like to use some custom error message notification similiar to what Stackoverflow is doing, such as showing a tipped div near the control, with the error message.

Is there any JQuery plugins availabile that i can use for this purpose. I did some google search and i was not able to find any !

Thanks !

4

1 回答 1

0

我以前用过,会推荐qtip2 JQuery 插件。

查看一些演示

我发现它适用于 MVC 和不显眼的验证

于 2013-10-31T17:16:27.980 回答