5-Way - 5-Speaker System |
Paper woofer cone with Urethane Surround |
70mm Midrange, 20mm Tweeter |
12mm Super Tweeter, 10mm Super Super Tweeter |
650 W Peak Power |
Speaker System | 5-way 5-speaker System |
Peak Input Power | 650W |
Rated Input Power | 130W |
Speaker Size | 6"x9" |
Magnet Type | Ferrit |
Terminals | Slide types |
Installation Capabillity | Door/Rear Deck |
Peak Input Power | 650W |
Rated Input Power | 130W |
Woofer Cone material | Paper cone |
Speaker Basket | Steel |
Speaker Surround | Urethane |
Sensitivity | 88dB/W/m |
Frequency Response | 60Hz ~ 20000Hz |
Speaker Impedance | 4Ω |
Dimensions with Grill (WxHxD) | 266 x 194 x 117.5mm |
Dimensions w/o Grill (WxHxD) | 236.4 x 164 x 106.3mm |
Mounting Depth | 83.5mm |
Mouting Hole Diameter | 218mm x 149mm |
Tweeter Height | 22.8mm |
Speaker Weight with Grille (pc.) | 1750gr |
Speaker Weight w/o Grille (pc.) | 1610gr |
Gross Weight | 4100gr |
Weight of Magnet | 445gr |
Cone Size | 70mm |
Cone Type | Water resistant paper cone |
Magnet Type | Ferrite |
Cone Size | 20mm |
Cone Material | P.E.T. Balanced Dome |
Cone Size | 12mm |
Cone Material |
$('#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);
});
//-->
|