Код: Выделить всё
var options, a;
jQuery(function(){
options = {
serviceUrl:'ajax/parts_by_partno.php',
select: function(event, ui) {
$("#hiddenId").val(ui.item.id);
}
};
a = $('#fieldWithData').autocomplete(options);
});
Код: Выделить всё
$("#hiddenId").val(ui.item.id);
Код: Выделить всё
$("#hiddenId").val('test');
Подробнее здесь: https://stackoverflow.com/questions/969 ... ot-working
Мобильная версия