once a dom element is created, the tag is immutable, i believe. you'd have to do something like this:
$(this).replacewith($('<h5>' + this.innerhtml + '</h5>'));
once a dom element is created, the tag is immutable, i believe. you'd have to do something like this: