jQuery 1.3.2
jQuery Autocomplete plugin 1.1
I would like to
- keep the suggestion list when user click outside the text field.
- hide the suggestion list when user select item from the suggestion
list
I found a possible way, remove these lines of codes
if
!config.mouseDownOnSelect
{
hideResults
;
}
Is there any better ways to achieve this ?