English 中文(简体)
显示输入场外的错误,以及使用jquery 验证假肢的蒸发摘要
原标题:Display errors besides input fields and also in a vallidation summary using jquery validate plugin

借助“金色”验证金字眼,我如何能够混淆它,使我有错误的标签出现在投入领域,也出现在总结中?

我可以在鉴定摘要中除输入领域外显示这些内容,但两者都不相同。 我愿重复错误信息(一个用于投入领域,另一个用于审定摘要)。

是否可能? 如果是,如何?

增 编

最佳回答

您可使用以下备选办法控制安置错误:

errorElement 
errorLabelContainer 
errorContainer 
showErrors

http://docs.jquery.com/Plugins/Validation/validate#toptions”rel=“nofollow noretinger” http://docs.jquery.com/Plugins/Validation/validate#tions

这些缩略语有mos和模版。 它非常有益。

问题回答

暂无回答




相关问题
Bind Button.IsEnabled to custom validation with XAML?

I am sorry I didn t know how to title my question any better, you name it if you got a good 1. I have an entity Contact. this person has navigation properties: Address, Phones (A collection of Phone)....

WPF - MVVM - NHibernate Validation

Im facing a bit of an issue when trying to validate a decimal property on domain object which is bound to a textbox on the view through the viewmodel. I am using NHibernate to decorate my property on ...

Wpf Combobox Limit to List

We are using Wpf Combobox to allow the user to do the following things: 1) select items by typing in the first few characters 2) auto complete the entry by filtering the list 3) suggesting the first ...

Rails 101 | validates_currency?

I ve searched high and low, but I could not find a solution, to what I think seems like a very common task. In a form I want to have a text input that accepts currency strings (i.e. $1,000,000 or ...

CodeIgniter form verification and class

I m using the form validation library and have something like this in the view <p> <label for="NAME">Name <span class="required">*</span></label> <?...

热门标签