Hi Guys,
I am trying to use the catcomplete part of the JQuery Autocomplete but it is not working.
I get this error Jquery Object # has no method 'catcomplete' Here is my code
$('#searchForDelegate').catcomplete({
delay: 0,
source: data
});
I have checked the Jquery and there is no function for catcomplete.
Any ideas ? Just so you know, when I use autocomplete it works fine.
Dave