How to validate Jquery UI auto complete filed. Im using bootstrapvalidator to validate filed.I tried with this code its not working.
$('#f_flying_from')
.change(function (e) {
$('#flights-tab-form').bootstrapValidator('revalidateField', 'f_flying_from');
});