Hi there!
I'm looking for an autocomplete plugin that makes it easy to categorize search results. If that's unclear, take a look at Apple.com's search bar (top right).
I know that script.aculo.us' autocomplete widget provides similar functionality, by allowing you to wrap text in a [span class="informal"]. Every class="informal" element is not included in keyboard navigation.
Since I'm not too thrilled about including two different frameworks in this project, I'd love it if someone could tell me how I'd go forward in modifying one of the many autocomplete-plugins for jQuery to mimic this functionality.
Thanks, looking forward to seeing your answers!