JQuery autocomplete not working for catcomplete

I am trying to use the finished part of jQuery autocomplete, but it does not work.

I get this error jQuery Object # doesn't have a 'catcomplete' method Here is my code

$('#searchForDelegate').catcomplete({ delay: 0, source: data }); 

I checked jquery and there is no function for catcomplete.

Any ideas? Just so you know when I use autocomplete, it works great.

Dave

+4
source share
1 answer

This may indicate the obvious, but catcomplete not part of the jQuery UI autocomplete.

Categories demo for Autocomplete comes with creating your own

+6
source

All Articles