I got an amazing answer quickly yesterday quickly about the best autocomplete option for what I needed.
I think I can use the onAfter funtion call from QuickSearch to call the SearchHighlight plugin to highlight the text I am typing in.
Is that feasible? I am having a hard time getting it to work.
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>rikrikrik - quickSearch jQuery plug-in - List items</title>
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.quicksearch.js" type="text/javascript" charset="utf-8"></script>
<script src='jquery.SearchHighlight.js'></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function () {
$('ul#a li').quicksearch({
attached: 'ul:first',
position: 'before',
labelText: 'Search all countries beginning with A',
inputText: 'Search',
loaderImg: 'loader.gif',
loaderText: 'Searching...'
onAfter: ('ul#a li').SearchHighlight(partial)