@swatkins gave a fantastic answer to his own question about using jQuery templates with jquery UI’s autocomplete here: Is there a way to use jQuery templates (official plugin) with jQuery UI Autocomplete?
My question builds off of that.
Basically i am wondering how would one go about building an autocomplete, with jQuery templates, that does not use any sort of lists?
The reason i ask is i’d like to display a lot of information in a small space and styling it with lists does not seem to allow this… Also, i’m just really curious 🙂
Thank you!
Use a list item, but nest the html to display inside of it. Then, you can style the list items to show in columns if you’d like.
Here’s my updated fiddle:
http://jsfiddle.net/XXeDd/8/