I follow this :
http://jqueryui.com/autocomplete/#folding
it works fine but i want to add 2 "options"
1- When the data is selected it must go to a link defined by value, like :
- select: function( event, ui ) {
- window.location.href = ui.item.value;
- }
2- The user can't do anything else than choose the selection proposed