Posts by Diego Cruz • 33 points
3 posts
-
1
votes0
answers110
viewsQ: Loop a javascript DOM element - Each element in a <li>
I am developing a memory game and the icons they are not going one for each li but every loop appearing one more icons in the corresponding li. In the last li appears 16 icons instead of a. const…
-
0
votes0
answers82
viewsQ: GET file://C:/Users/Diego/Documents/Jquery/Game%20da%20Velha/o. png net::ERR_FILE_NOT_FOUND
I have Mum problem to solve in my code where is appearing the following error :ERR_FILE_NOT_FOUND what can be ? I’m trying to create the old game var vez = 'o'; function atualizarPlacar(){ if (vez…
-
2
votes1
answer51
viewsQ: Table Not Loading
I’m trying to make the table list load and not loading always gives this error Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation problem: The constructor…