I\'m currently implementing jQuery UI\'s autocomplete in my clients webshop. The problem is: the element the autocomplete resides in, has a higher z-index then the z-index of th
For those developers that still use this plugin. Try this:
.acResults { z-index:1; }
For me was enough with z-index:1, set the value you need in your case.