Arm
0
Q:

calendar.js:156 Uncaught TypeError: Cannot set property 'src' of null at HTMLDivElement.<anonymous>

If your img element looks like this,

<img id="idToTarget" src="">
and SRC is set to a valid resource URI, then

document.getElementById('idToTarget').src = SRC
is how that line would be written.



0

New to Communities?

Join the community