jQuery-Live-Form-Validation-For-Twitter-Bootstrap
jQuery-Live-Form-Validation-For-Twitter-Bootstrap copied to clipboard
This is an adaptation of the jQuery Live Form Validation found at http://www.geektantra.com/2009/09/jquery-live-form-validation/ for Twitter Boostrap. The modified script will allow for live form vali...
Results
1
jQuery-Live-Form-Validation-For-Twitter-Bootstrap issues
Sort by
recently updated
recently updated
newest added
Currently the code appends the validation error message (a span.help-inline element) to the element that has failed validation. This patch creates the option ('append_to_control_group') to append that error message element...