Product Specifications
Physical Properties |
Cable Gauge |
18 AWG |
Insulation Material |
PVC |
Wire Material |
Copper |
// <![CDATA[
$(document).ready(function() { // Toggle discount pricing on product page if($('#ph-j-price-table tbody tr').length > 4) { $('#ph-j-price-table').append('
' + $('#ph-j-price-table tbody tr:nth-child(4) td:nth-child(1)').text() + '+ |
... |
'); $('#ph-j-show-pricing').click(function() { $('#ph-j-price-table tbody').addClass('ph-all-prices'); $('#ph-j-price-table tfoot').remove(); }); } else if($('#ph-j-price-table tbody tr').length === 4) { $('#ph-j-price-table tbody').addClass('ph-all-prices'); } $('#ph-addtocart-btn').click(function() { addToCart('600', getAddQty(), getAddMeas(), 'CBL4309_0'); }); });
// ]]>