任何人都可以幫助我達到parsleyField。$元素在自定義驗證器Parsley JS? 代碼: window.ParsleyValidator.addValidator('customValidator',
function (value, requirement) {
// how to access here to parsleyField.$element ?? or ho
我已經添加了一個CustomValidator ClientValidationFunction來驗證我的Web應用程序中的文本字段,但是,此驗證函數根本不會觸發。 這裏是我的驗證功能: function isValidYear(sender,args)
{
alert('Me here');
var year = document.getElementBy
Ok iv在這裏和其他幾個網站上關注了多個asp的CheckBox的CustomValidators,並且實際上驗證了一個複選框的選中時有點困難。 雖然我已經嘗試了各種答案,我已經解決了一個特別的問題。 我已經知道它會在驗證摘要中顯示,但是當複選框被選中時,它們仍然顯示在摘要中,它們不是。我不知道自己做錯了什麼,或者我錯過了什麼,但是我希望額外的眼睛可以幫助我解決我錯過的事情。 CheckBox的