jquery autocomplete this.source is not a function error

后端 未结 7 1374
心在旅途
心在旅途 2020-12-11 00:04

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

7条回答
  •  时光取名叫无心
    2020-12-11 00:43

    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({ ... });
    

    This solve the problem with jQuery UI collision

提交回复
热议问题