Posts by Gabriel Dos Santos • 1 point
1 post
-
0
votes1
answer613
viewsA: Change text with Javascript
The button label can be changed by clicking in this way: <button class="meu-botao">Clique aqui</button> <script> (function($){ var $botao = $('.meu-botao'); //Ao clicar no botao…