Guest User

Untitled

a guest
Jun 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div id="parent"></div>
  2.  
  3. setTimeout(function() {
  4. document.getElementById('parent').innerHTML = '<b>Новое содержимое</b>';
  5. }, 2000);
Add Comment
Please, Sign In to add comment