$.validator.unobtrusive.adapters.addBool('zipcode','validate_zipcode');
有没有办法动态删除它?就像是:
$.validator.unobtrusive.adapters.removeBool('zipcode','validate_zipcode');
我在Google上搜索过类似的内容,但找不到任何对remove方法的引用.
$('#zipcode').rules('remove','validate_zipcode');