Adding images to an HTML document with javascript

后端 未结 6 1953
故里飘歌
故里飘歌 2020-11-30 04:22

I\'ve tried some HTML DOM code from several sites, but it isn\'t working. It isn\'t adding anything. Does anyone have a working example on this?

this.img =          


        
6条回答
  •  萌比男神i
    2020-11-30 04:47

    Things to ponder:

    1. Use jquery
    2. Which this is your code refering to
    3. Isnt getElementById usually document.getElementById?
    4. If the image is not found, are you sure your browser would tell you?

提交回复
热议问题