JQuery autocomplete plugin
Has anyone managed to integrate a JQuery (or other framework's) autocomplete functionality into an Apex app?
The [JQuery plugin|http://docs.jquery.com/Plugins/Autocomplete] looks nice but it needs a URL as the remote data source instead of a function/callback (which would use either JQuery's $.ajax or Apex native htmldb_Get)
Any tips, examples, demos? Thanks