Hi,

specify errorClass :
 
errorClass("#regform").validate({
                errorClass: 'text-warning',
                rules: {….

OR:

just add a default validate error class

<style>
.error {
        font-size: 11px;
        color: red;
}
<style>

Andras Kende
http://www.kende.com

On Aug 8, 2013, at 1:13 AM, Miguel Stevens <[email protected]> wrote:

> I'm using bootstrap together with jquery Validate. But when i trigger the 
> .error class nothing changes.. Is there such a thing in bootstrap 3 ?
> Thanks!
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "twitter-bootstrap" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to