Javascript random image on click button

后端 未结 7 1646
清歌不尽
清歌不尽 2020-12-21 19:10

I\'ve been following some tutorials on how to randomize an image by setting up an array in Javascript. It\'s not working - the image itself is not appearing, not even any e

7条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-21 20:03

    Make sure to keep track of all your closing brackets and parenthesis.

    This code will work for you:

    
    

    Also if I were you, I would point to a more specific point in your DOM document.. You could use a very simple jQuery script like this if you want: $("#testing").html(html_code); instead of your document.write()

提交回复
热议问题