How could I achieve the following: document.all.regTitle.innerHTML = 'Hello World'; Using jQuery where regTitle is my div id? 14 s 14 $("#regTitle").html("Hello World");
  • April 14, 2022
  • 0 Comments