//***************************************************************************** // Copyright 2015 Greenstone Labs, Waikato University //***************************************************************************** jQuery(document).ready(function () { jQuery("span.undercaption").each( function( index ) { var content = jQuery(this).text(); jQuery(this).text(content.replace(/%!-- id:\d+ --%/, "")); } ); });