• Here is an example of non - JQuery solution for altering inner HTML.
document.getElementById("demo").innerHTML = "change in inner html!";