here is code to change html tag OR change html element using jquery
$(this).replaceWith($('<h5>' + this.innerHTML + '</h5>'));
here is code to change html tag OR change html element using jquery
$(this).replaceWith($('<h5>' + this.innerHTML + '</h5>'));