I’m trying to set up an autocomplete with category titles, boldface matching strings and label descriptions.
Here’s an example of autocomplete with category titles and boldfaced matching strings in the suggestions
http://jsfiddle.net/rjtJj/4/
Here’s an example of autocomplete with label descriptions
http://jsfiddle.net/rjtJj/6/
Is there anyway I can combine the 3?
append the description after the label in your monkeypathautocomplete function..
There is an excellent library to deal with these kind of situations if you are interested:
http://harvesthq.github.com/chosen/