Posts by Müller Espósito • 1 point
2 posts
-
0
votes2
answers835
viewsA: JS does not identify rendered class after loading the page?
I managed to solve the problem by doing the following: Instead of using the event. ready() in Document, I created a function where I played this function in the "onclick" event of my buttons,…
-
0
votes2
answers835
viewsQ: JS does not identify rendered class after loading the page?
Html page: <html> <head> </head> <body> <span id="resposta1"><a style="cursor:pointer" onclick="resposta(1)">Responder</a></span> </body>…