I have a jQuery autocomplete working against my testbox just fine except when I type, get a set of resultss, scroll down a bit, then type more words (new result) the new result stays scrolled to the same poistion as the old result set.
Is there an easy way that I am missing to force the autocmplete result list to scroll to top prior to returning new results?
I hope that the usage
$('.ui-menu').scrollTop(0);inside ofsearchwill solve your problem. The following code seams me even better: