I am using the Jquery UI Autocomplete plugin for a straight forward search term suggestion tool. It is up and running with no problems except that I cannot move the results box
Something like this would work too
open : function(){ $(".ui-autocomplete:visible").css({top:"+=5",left:"-=2"}); },