Jquery how do I append to div, that doesn't exist at the beginging of a page
At a certain point a new div is created that did not exist on the page beforehand document.getElementById("LightBoxNumber").innerHTML = "<div class="WinnerBanner">Congrats to all Winners!</div>"; from <div id="LightBoxNumber" class="LightBoxShadow" style="font-size: xxx-large;"></div> To <div id="LightBoxNumber" class="LightBoxShadow" style="font-size: xxx-large;"><div class="WinnerBanner">Congrats!</div></div> I would like…