Hi there! Have a nice day! Well... I try the jQuery autocomplete plugin and work fine, but, I want to show the list of proposal terms above the input and not bellow the input. In the "Show" method of autocomplete plugin I try a lot of things, to change this line:
top: offset.top + input.offsetHeight, For other like this: top: offset.top - options.scrollHeight, However, the results not is that I expected in every case. For example, the line above show the list in the place that I want, but, only if the list contain all of items, in other words, if the list contain only one or two items, the list appear much more above the input that trigger the autocomplete. How I can place the list of proposal words just above the input in any circumstances? Maybe anyone can help me in this issue, and maybe are possible to add to the plugin a new option: "position" (is a proposal) that can be use to place the autocomplete list bellow or about the input. In any case thanks very very much for the autocomplete plugin: work very fine and this issue maybe is a personal issue with no importance. Thanks in advance. And please sorry for my poor english.