Autocomplete not working when .focus() is used
I use $('input:visible:first').focus(); to focus on the first form
field when a page is loaded. I just added Autocomplete to that same
field and the subsequent one. Autocomplete will not return anything in
the .focus()'d field unless I blur and then reenter the field. Is this
a bug, or am I missing something?
I am using jquery.autocomplete.js from bassistance.de
This also throws an error saying the "scrollTop" is not a function,
but everything seems to work fine.