Category: how to change html tag OR change html element using jquery

how to change html tag OR change html element using jquery

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