0
我使用校驗失敗的自定義消息下面,但我得到了默認的消息...什麼是錯的?或者我錯過了什麼?我得到默認的消息......但不是我的自定義消息jQuery的驗證插件
$("#commentForm").validate({
rules: {
insurance1_ucBuildingInsurance_txtOtherReasonDescription: "required"
},
messages: {
insurance1_ucBuildingInsurance_txtOtherReasonDescription: { required: "Please enter a other reason........." }
}
})
該元素上是否需要「class =」? – 2010-08-25 10:25:04
是我有使用ASP.NET文本框的CssClass屬性的文本框所需的類 – chugh97 2010-08-25 10:31:46
我對文本框,即類=「txtOtherReasonDescription需要」作爲HTML輸出它沒有工作......它採用 – chugh97 2010-08-25 10:35:10