Remove Child not working?

Removing a <span> inside of a form. Website attached.

https://katrina-ryanreese09.c9.io/index.html

Javascript there too.

Console is saying this: “Uncaught TypeError: Cannot read property ‘value’ of null boardJS.js:8getInfo boardJS.js:8onsubmit index.html:45”

Nevermind, got it fixed.

Basically, instead of trying to do any removeChild crap, I just selected the span I wanted to remove, and then did .remove(). Nothing crazy.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.