





Лівий нижній петельник X77774001 на побутовий 4-нитковий оверлок Brother встановлюється на оверлоки Брайзер моделей:
1034D, 925D, 1034DAV, 3034D, 1134DW, 4234D, 4234D , DZ1234, PL2000, 2034D,
Підходить на оверлоки торгової марки Husqvarna Viking: 660CD, 680CD
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});