BootstrapValidator"无法读取属性'不是'未定义"错误

时间:2014-09-17 15:59:52

标签: jquery twitter-bootstrap

我在ASP.NET表单中使用BootstrapValidator

要删除输入验证,请使用此Javascript:

var $input2 = $(this).parent('.form-group').parent('td.td-multi-input').find('.input-2');    
$('#formAddSong').bootstrapValidator('removeField', $input2);

但有时我会收到这样的错误:

enter image description here

0 个答案:

没有答案