[jQuery] Re: [autocomplete] Adding custom data retrieval function

2009-07-08 Thread Jörn Zaefferer
Yeah, thats supposed form a stable API for a few years. Autocomplete is high on our priority list, so... if you want to help, help with fixing bugs in other jQuery UI components, as that gives us the time to work on new stuff. A list of open blockers and criticals is here: http://dev.jqueryui.com/

[jQuery] Re: [autocomplete] Adding custom data retrieval function

2009-07-07 Thread Andrew McHarg
Looks great! The changes to the data model are nice also. The current one is slightly confusing. Let me know if you need help or patches. I have a version of 1.0.2 hacked to allow for something similar to the 'source' but it appears that this proposal is more ambitious. On Tue, Jul 7, 2009 at 5:30

[jQuery] Re: [autocomplete] Adding custom data retrieval function

2009-07-07 Thread Jörn Zaefferer
Thats planned for the jQuery UI autocomplete widget: http://wiki.jqueryui.com/Autocomplete Take a look at the proposals for the source (and related parse) options. See any shortcomings there? Jörn On Tue, Jul 7, 2009 at 10:19 PM, Andrew McHarg wrote: > > It would be nice if the autocomplete plu