USB A to B Adapter Type A Female to Type B Male
Product Code: 30U1-03300
Availability: In Stock
Processes and Ships Same Day from USA
Price:
$2.18
Only 14 Left In Stock
Need a high quality USB A to B Adapter, Type A Female to Type B Male? Not only is the qualiy great for USB A to B Adapter, Type A Female to Type B Male but also the best price.
Some Features of USB A to B Adapter, Type A Female to Type B Male This adapter will allow you to plug a Type A USB cable into a Type B USB port. This way you can connect your host to any USB Type B port.
";
var fb_ad = '';
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'json',
success: function(json) {
$('.success, .atc-blanket .warning, .attention, information, .error').remove();
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
$('#option-' + i).after('
' + json['error']['option'][i] + ' ');
}
}
if (json['error']['profile']) {
$('select[name="profile_id"]').after('
' + json['error']['profile'] + ' ');
}
}
if (json['success']) {
$('#notification').html('
' + json['success'] + '
'+fb_ad);
$('.success').fadeIn('slow');
$('#cart-total').html(json['total']);
$(".atc-blanket").remove();
$('html, body').animate({ scrollTop: 0 }, 'slow');
}
},
error: function() {
$(".atc-blanket").remove();
}
});
});
//-->