The element is:
span { position:absolute; float:left; height:80px; width:150px; top:210px; left:320px; background-color:yello
You should remove "style" attribute instead of "display" property :
$("span").removeAttr("style");