Skip to main content
$('.accordion_drawer_heading button:contains( general)').filter(function() { return $(this).children().length === 0; }).text(function(index, text) { return text.replace(/ general/g, ''); }); $('.accordion_drawer_heading button:contains( analytical)').filter(function() { return $(this).children().length === 0; }).text(function(index, text) { return text.replace(/ analytical/g, ''); }); $('.accordion_drawer_heading button:contains( organic)').filter(function() { return $(this).children().length === 0; }).text(function(index, text) { return text.replace(/ organic/g, ''); });