I was thinking of writing a generic HtmlHelper for jQuery autocomplete for ASP.NET MVC, and I would like to know first if something like this already exists.
Also, you think it even makes sense to write one, because so far even I myself had 4 different scenarios for which I had to configure it (the data from the data warehouse is almost always different, and I always need some kind of custom display of this, sometimes ID is the key, sometimes not)?
How do the Ruby guys do it?
source share