I\'ve implemented autocomplete on an input field, but the box does not show up and firebug returns \"this.source is not a function\". I\'ve used autocomplete on other fields
If you use it with jQuery UI library it also has plugin named autocomplete. In this case you can use plugin alias devbridgeAutocomplete:
autocomplete
devbridgeAutocomplete
$('.autocomplete').devbridgeAutocomplete({ ... });
This solve the problem with jQuery UI collision