Friday, 13 September 2013

JQuery Autocomplete Custom Lookup Function

JQuery Autocomplete Custom Lookup Function

I want to use jquery.autocomplete.js plugin for an input in my form. I
want to search on the client side and can't use ajax. But I don't want
some simple "Contains"-based search algorithm within an array. What I want
to do is to write a custom search function in javascript to search and
order the results. Is this even possible and how?
Thanks for your time.

No comments:

Post a Comment