enter image description here As i have marked in red this unwanted string show's up in the iframe in my chrome browser only '''
$('iframe').load(function () {
var $newText = $('iframe').contents().find(".newtext");
$newText.replaceWith( $newText.text() )
});
'''
i used this code to remove the span tag