Change Text Inside an Element Using jQuery
$("#target4").html("<em>#target4</em>");
I don’t understand what this means? I saw no change in the app screen.
Could anyone help me understand what em means and what exactly this piece of code is doing to the app? Thank you.