Safety & Warning Equipment (2 Items)
Safety & Warning Equipment
Brownells Part No : 100007413
Status :
Brownells Part No : 100007414
Status :
';
$('#divFiltersAccordion').append(html);
$('.filter-narrow-by #divFiltersAccordion').append(html);
}
$.ajax({
url: 'index.php?route=product/category/getPriceDetails&category_id=' + category_id + '&manufacturer_id=' + manufacturer_id,
dataType: 'json',
success: function(json) {
html = '';
html += '
';
html += '';
html += '
';
html += '
';
$('#divFiltersAccordion').append(html);
$('.filter-narrow-by #divFiltersAccordion').append(html);
$("#accordionGroupPrice").click(function(){
$("#accordionContentPrice").toggle("slow");
});
$('#divFiltersAccordion').append('');
},
error: function(xhr, ajaxOptions, thrownError) {
//alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
},
error: function(xhr, ajaxOptions, thrownError) {
//alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
//-->