标签:bootstrapValidator关于js

bootstrapValidator关于js,jquery动态赋值不触发验证(不能捕获“程序赋值事件”)解决办法

关键点一:修改excluded和trigger的配置 $('#department-add-modal-form').bootstrapValidator({ //excluded:[':hidden',':disabled',':not(visible)'] ...