2

I'm trying to create an autosuggest search box using jQuery UI and I would like it if I could present the results similarly to how linked-in presents theirs within groups (screenshot attached). Does anyone know how this might be accomplished?enter image description here

Casey Flynn
  • 13,654
  • 23
  • 103
  • 194
  • 2
    You use _`renderItem`. It's been asked a lot on SO: http://stackoverflow.com/questions/3488016/using-html-in-jquery-ui-autocomplete and here http://stackoverflow.com/questions/2435964/jqueryui-how-can-i-custom-format-the-autocomplete-plug-in-results – jk. Sep 21 '11 at 19:00

1 Answers1

1

There is an example here which may help.

njr101
  • 9,499
  • 7
  • 39
  • 56