ddarren / jQuery-Live-Form-Validation-For-Twitter-Bootstrap

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 validation using the Twitter Bootstrap HTML pattern for forms.
114 stars 21 forks source link

Error message breaks input-append #4

Closed jtiala closed 12 years ago

jtiala commented 12 years ago

Validating error message in input group which has appended text goes between the <input> and the <span class="add-on">. It should be after <div class="input-append"> is closed.

ddarren commented 12 years ago

Thanks @yonasu3 - just took care of this.