Link after autocomplete

Link after autocomplete

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 :
  1. select: function( event, ui ) {
  2.             window.location.href = ui.item.value;
  3.                 }

2- The user can't do anything else than choose the selection proposed