Hi, I'm using bassistance's autocomplete on a website (plugin page found here: http://plugins.jquery.com/project/autocompletex). Its perfect for I need since it allows the data for the autocomplete to be loaded from a local array. However, whilst the autocomplete works fine in most browsers - it seems that the length of the array is throwing up an error in IE6. The array contains maybe 500+ elements of data but even if I put them on a single line in the code, the error still gets thrown up.
Has anyone else ever had this problem?