jQuery(document).ready(function(){ jQuery("div.groupheader").each(function(){ $(this).text($(this).text().substr(3)); });});