Code: Select all
$( document ).ready(function() {
if($('.CP_CF_Container > span.msg-error').length){
$('.vertical-input').addClass('checkbox-fld-error')
}
});
< /code>
CSS: < /p>
.checkbox-fld-error{border:1px solid red}
.CP_CF_Container{width:50%;background-color:#eee;padding:5px;}
.msg-error{color:red}
< /code>
HTML: < /p>
hello there
Error
hello there
Error
hello there