Hi,
I have this version of jQuery-autocomplete: jQuery Autocomplete Mod, It's cool with me till the moment But I'd like to get slight customization of it:
I want onclick
a list appears holding all of the possible suggestions! even if there is nothing in the input box
Somethings you should know:
- I have a problem with the 'Traditional' Html ComboBox since I have to customize it with pictures and something like that.
- I'm not using it with AJAX instead from a pre defined Array
$('#inputbox').autocompleteArray();
- I want to use it like
Dropdown list with auto complete
more thanAjax autocomplete
. So any better suggestion is welcomed:")
- I love jQuery and feel like stick with it so any plug-in for it is preferred :D.
I feel here like a spoiled programmer so if any suggesting on these it would be appreciated:
- it's good to show the whole list on click even if theres is anything typed.
- showing the whole list if the input is not in the array.