Quick example of multi-column results with jQueryUI's new Autocomplete?
- by Lance May
I just found out that the jQueryUI now has it's own built-in auto-complete combo box. Great news!
Unfortunately, the next thing I found is that making it multi-column doesn't seem nearly that simple (at least via documentation).
There is a post here where someone mentions that they've done it (and even gives code), but I'm having trouble understanding what some of their code is doing.
I'm just curious if anyone has ran across this before and could post a quick and easy sample of making a multi-column result set.
Thanks much in advance.