victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

Fixed error message in Bootstrap 3 horizontal form display problem and modified Gruntfile.js to live reload project #627

Closed aswindasfog closed 7 years ago

aswindasfog commented 7 years ago

Fixed the problem that error message show at bad place when using checkbox, radio and input-group in Bootstrap 3 horizontal form. This can close #126 and close #272.

It can run watch with livereload and connect server at the same time.