[jquery-ui] ui autocomplete

2010-08-03 Thread deco
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

[jquery-ui] UI Autocomplete not working :(

2009-01-16 Thread Olivier
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

[jquery-ui] UI autocomplete - best practices - get multiple result

2008-12-17 Thread prexol
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