I need to create and autocomplete like this
I guess Jquery UI won’t be able to do stuff like this?
Will I need to hand write it, or what head start would you recommend?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you mean the customised output of the autocomplete suggestions? You can customise the output of the autocomplete results with jQuery – no problem. For example:
I suggest you Google “monkey patching jquery autocomplete” for more details.