I think you want someting like this: $('.ui-autocomplete-input').one('click', function() { $(this).focus().click().select(); $(this).one('click', arguments.callee); });
This will show the list when you click the input element on all the autocomplete input elements. On 27 okt, 16:08, Mello <[EMAIL PROTECTED]> wrote: > Hi all > I've a filed that use the Ui.autocomplete plugin to show the list of > possibile values, this list is shown when i start typing but i need to > view the full list before start typing. > This list is small (max 15 items) so there's no performance issues. > > There's a method to do this? > > Thank you. > > Mello.