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