Questions tagged [dom-manipulation]

The process of changing the Document Object Model (DOM). It includes adding, removing or changing DOM elements.

825 questions
-1
votes
1 answer

error Cannot read property 'innerHTML' of null. (JavaScript & Firebase)

I have a profile page that should show a user's information. if users wish to change the Personal information they will have to click on a button called edit Info which will redirect them to a page with a form on. The Problem Is: I'm attempting to…
-1
votes
1 answer

for each element of array do sth specified in an array

I am currently wondering the following: I have two arrays: const highlightClasses = ['highlightPlace', 'highlightOrg', 'highlightName']; const elements =['place', 'org', 'name'] and a "toggleClass-function" which does magically toggle…
user9813195
-1
votes
1 answer

Uncaught SyntaxError: Invalid or unexpected token while attaching iframe to body tag

I am trying to add div tag to body tag. Inside div tag I am using iframe. Here is my code: