How to overwrite html element from javascript?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-03-21T13:48:17Z Indexed on 2010/03/21 14:01 UTC
Read the original article Hit count: 195

Filed under:
|
|

I have HTML page with some HTML element with ID="logo". I need to create JS script (with no external libs calls) that will overwrite that html element with other HTML element like "<div id=logo> stuff inside </div>".

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript