I found more easy :)

$('#id').autocomplete('file.php',{
     width: 300,
     selectFirst: false
}).result(function(event, data, formatted) {
     $('#id_user').val( data[1] );
});


Thanks anyway :)

Reply via email to