I tried to assign ['el1', 'el2', 'el3', 'el4', 'el5'] to an array
variable declared as ArrayVariable = New Array();
This worked.
So I tried to use ArrayVariable.push(value); for every value in the
json stucture to assign all the elements to the array.
This did not work.
Finally, since data.co
Which autocomplete library are you using?
This one? -> http://dyve.net/jquery/?autocomplete
The most popular one currently is by Jörn Zaffaerer:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
That one doesn't have a "autocompleteArray".
On Aug 27, 2:40 pm, RobGMiller wrote:
>
Thanks for the reply James,
Got it from http://www.pengoworks.com/workshop/jquery/autocomplete.htm
because it will handle the local array as opposed to the ajax call.
By the way. It will work as the example does as follows:
$("#inputbox").autocompleteArray(['value1','valued','value3'], {
3 matches
Mail list logo