[jQuery] [autocomplete]

[jQuery] [autocomplete]


Hi everybody,
I found autocomplete plugin quite nice, but there are some stuff i
don`t know how to implement with autocomplete plugin without hacking
it.
I have a complex framework (seamframework.org) that have it`s own
JavaScript wrapper to get AJAX things done. So i can easily get data
from server with this framework. But Autocomplete can only work with
array or URL as data source, so the question is - can I force
autocomplete plugin to call my custom function while getting data
instead of requesting URL?