[jQuery] Applying the ac_over style to a custome div class in Autocomplete

[jQuery] Applying the ac_over style to a custome div class in Autocomplete


In Autocomplete, I have built a custom <div> to insert into the li
class so that
several components can be included in the display of each search
result. The problem is that the ac_over style is applied to the li
class only, and when pressing the UP and DOWN keys the ac_over style
is triggered, but my custom <div> class obscures the style change on
the li class underneath. The result of this is that the result list
item does not appear to be highlighted to the user when selected with
the arrow keys, even though it has been.
Is there anyway to apply the ac_over style to another custom div class
without changing the autocomplete.js file?