")
.appendTo(ul);
}
if(item.type == 'search_variant_title'){
return $("
")
.data("item.autocomplete", item)
.append("" + item.label + "")
.appendTo(ul);
}
if(item.type == 'search_variant'){
return $("")
.data("item.autocomplete", item)
.append("" + item.label + "")
.appendTo(ul);
}
var buyText = "Купити";
return $("")
.data("item.autocomplete", item)
.append("
" + item.label + "" + item.price + " " + item.sku + "")
.appendTo(ul);
};
$(".searchstring").focus(function() {
$(this).autocomplete('search', $(this).val());
$(this).closest('.wrapper-search').addClass('active');
}).blur(function() {
$(this).closest('.wrapper-search').removeClass('active');
});
});
Сортувати:
Фільтр
Окисник в інтернет магазині