wuyuntao / jquery-autosuggest

A fork of AutoSuggest jQuery plugin writtern by Drew Wilson.
http://github.com/wuyuntao/jquery-autosuggest
118 stars 59 forks source link

Some enhancements #12

Closed spraints closed 13 years ago

spraints commented 13 years ago

This is basically two new features:

  1. (spraints@e50bad72) Provide hooks for the app code to select items programmatically (e.g. if there is an alternate selection interface that you want to keep synchronized).
  2. (spraints@91cb3133 and spraints@b0ab7224) Let the caller change the available data by accepting a function as a data source for autoSuggest.
necolas commented 13 years ago

Nice, this looks useful. Will probably add these to my fork.

spraints commented 13 years ago

necolas: I rebased it on your fork in a branch called 'm2' in my fork.