Всем привет,Есть форма с валидацией библиотеки ref
...
jQuery(document).ready(function ($) {
ShowCaptureImage();
$(".has-error").bind('change keypress', function () {
$(this).removeClass("has-error");
});
$("#register_username").focus();
$("input,textarea,select").jqBootstrapValidation(...