I want to test a html,css,javascript code but it don't work and I don't know why enter image description here
Make a random name winner with personnalized input name and pop in the screen the winner of the random system.
I want to test a html,css,javascript code but it don't work and I don't know why enter image description here
Make a random name winner with personnalized input name and pop in the screen the winner of the random system.
Jquery not imported or loaded correctly..
From cdn:
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
Insert this tag befor your custom script..