How to replace innerHTML of a div using jQuery?
Posted
by tonsils
on Stack Overflow
See other posts from Stack Overflow
or by tonsils
Published on 2009-08-20T23:51:36Z
Indexed on
2010/05/14
1:14 UTC
Read the original article
Hit count: 284
Hi,
How could I achieve the following using jQuery, i.e:
document.all.regTitle.innerHTML = 'Hello World';
where regTitle is my div id.
Thanks.
© Stack Overflow or respective owner