I have a jQuery UI autocomplete field. It works, but when the suggestions pop up, the all show up in the very upper left-hand corner. I’ve included what I believe to be all the necessary CSS files but it’s not showing up in the right place.
In fact, even when I include ALL the CSS files that come with jQuery UI, the autocomplete field shows up in the upper left-hand corner.
Turns out it was because I wasn’t including jquery-ui.js. Duh.