Posts by Julio Rodrigues • 33 points
4 posts
-
-2
votes2
answers46
viewsQ: I can’t make the setTimeout work
In Javascript every time I enter the setTimeout calling the previous function and putting the milliseconds does not work. My goal is to automate the passage of frames, but I want to do with pure JS.…
javascriptasked Julio Rodrigues 33 -
2
votes5
answers93
viewsQ: How to explain this FOR loop in Javascript?
Can someone explain me how this loop works and because the last class "TG" also disappears? <!DOCTYPE html> <html> <body> Usando a classe atributo em JavaScript Clicando no botão…
-
-3
votes2
answers220
viewsQ: Why does my Javascript with Class not work?
<!DOCTYPE html> <html lang = "pt-br"> <head> <meta charset = "UTF-8"/> <title>JS 1</title> <style type="text/css"> * { font-family: arial; } body { margin:…
-
-2
votes2
answers78
viewsQ: LINE-HEIGHT is not working on my table
* { font-family: arial; } body { padding: 0; margin: 0; } .escopo { width: 100%; height: 200px; background-color: yellow; } .margem_escopo { width: 1000px; height: 200px; margin: auto; } .tabela {…