[Solved] What’s the best option for changing content inside a div? [closed]
[ad_1] Using JavaScript document.getElementById(“yourDivId”).innerHTML=”your content”; Or using jquery $(“#yourDivId”).text(“your content”); 6 [ad_2] solved What’s the best option for changing content inside a div? [closed]