Posts by Cleberson Gomes • 3 points
2 posts
-
0
votes1
answer19
viewsQ: Gulp JS file automation
My question is the following, I have a file . js in my code that contains a lot of variables that only changes their value. Example: var teste = "http://desenvolvimento.com.br"; var teste =…
-
0
votes2
answers836
viewsQ: Click button more using list (li)
Guys, I need some help. I have a list in the following structure. <ul> <li>TESTE</li> <li>TESTE</li> <li>TESTE</li> <li>TESTE</li>…