How could I achieve the following:
(我怎样才能实现以下目标:)
document.all.regTitle.innerHTML = 'Hello World';
Using jQuery where regTitle is my div ID?
regTitle
(使用jQuery,其中regTitle是我的div ID?)
$("#regTitle").html("Hello World");
1.4m articles
1.4m replys
5 comments
57.0k users