You are here:
Adobe Flex - The Adobe solution for building rich interactives applications Adobe Flex - The Adobe solution for building rich interactives applications

Twitter Bootstrap 3 with jQuery Validate

I have recently been building a lot of applications and sites using Twitter's Bootstrap 3 framework for CSS and Javascript. I also make use of the jQuery validate function and wanted to make jQuery validate play nicely with Bootstrap to produce a nice looking interface when an error occurs. Boostrap has some in built classes and functions that allow this, but how can you get jQuery Validate to add these classes and produce the desired result?

I found the answer on Stack Overflow - Bootstrap 3 with jQuery Validation

It's relatively straight forward and produces a great looking result. Just thought I would share this with anyone else having the same issue.