Jump to content

Why the need to place getElementById at bottom?


webmanz

Recommended Posts

I would have to see the context of the video. That said, remember that JS is read from the top down. So this means you have to be sure code is read into memory before you call it. So if you have inline JS (not in a function) that is calling getElementById on a tag that has not been read into memory, you will get an error. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...