$( function() { 'use strict'; $( '#contentSub' ).html( function(idx, old) { return old.replace( /<span><+>Uppladdningar<\/a><\/span> /, "" ); } ); } );