0

我在 Windows phone 8 中使用带有 jQ​​uery 验证的 Miscrosoft MVC HTML 密码助手,如下面的代码片段所示。

<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>

<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>

View:

@Html.PasswordFor(m => m.Password)

@Html.ValidationMessageFor(m => m.Password)

但是,在键入时,在 Windows phone 8 中的特定文本框上发生 jQuery 验证后,文本框中的错误字母变得可见,而不是当前键入的字母。

在此处输入图像描述

谁能建议我如何解决这个问题?

4

0 回答 0