BMW 1 SERIES 2016 - 2023 8.8 INCH DIGITAL AC/CLIMATE PANEL WITH VOICE CONTROL
Tags:
braga
BMW 1 SERIES 2016 - 2023 8.8 INCH DIGITAL AC/CLIMATE PANEL WITH VOICE CONTROL
R9,856.84
- Brands Braga
- Product Code: S-LBMW7105SZ
- Availability: In Stock
Other attributes
Screen Type
IPS, LCD, Capacitive Touch Screen Function
Volume control, original climate control function Connection
Connect with original car
Other attributes
Screen Type
IPS, LCD, Capacitive Touch Screen Function
Volume control, original climate control function Connection
Connect with original car
$('#product-product button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#product-product #form-upload').remove();
$('body').prepend('
');
$('#product-product #form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#product-product #form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#product-product #form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('
' + json['error'] + '
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->