Edit:
sorry for bad explanation so i have:
var x = $("span", this).get( 0 );
var y = x.outerHTML
and it give me:
<span>'some text'</span>
but i want just only tag <span></span>
with all atributes. My question is how to get it?;p
thanks for any help!