jQuery - How to check if autocomplete is bound
you can also use the data property
var check = $input.data('ui-autocomplete') != undefined;
you can also use the data property
var check = $input.data('ui-autocomplete') != undefined;