Hi,
How can I make it so when an item is selected from the autocomplete
drop down it doesn't close. I have it doing something else with the
select: event and I would like to be able to click more than one of
the options from the drop down. Is this possible?
--
You received this message becaus
Hello,
I am sorry but I can't get the UI Autocomplete to work. I am using
jQuery 1.2.6 + jQuery UI 1.5.3 + ui.autocomplete.js (found on the
SVN).
Here is my declaration :
var mydata = "moi toi".split(" ");
jQuery('#employesearch').autocomplete({data:mydata});
On the loading side, I have loaded
Greetings:
Please provide suggestions on the best practices for obtaining the
current results of a multiple choice autocomplete.
I understand that i can use the formatResult callback to obtain the
data element each time a user makes a selection. I can then push this
onto an array. What if a user