Posts by Pedro Fillipe • 55 points
4 posts
-
1
votes1
answer166
viewsQ: How to use the function Calc() with js?
I need to decrease 20px of 100% with the javascript . style Attempts: circulo[0].style.left = "calc(100%" + "-90px)"; circulo[0].style.left = "calc(" + 100 +"%" + "-20px)";…
javascriptasked Pedro Fillipe 55 -
1
votes2
answers76
viewsQ: Select all persons who have birthday date higher than 2000
I’m trying to select all the people who have a birthday date higher than 2000 That date has to be accurately taking into account the day and month, and not simply decreasing the year!…
mysqlasked Pedro Fillipe 55 -
0
votes1
answer368
viewsQ: doubts about target="_Blank"
When I use target="_Blank" he opens a new flap and focuses on it i just want it to open a new tab but that the focus continues on the current page.
-
2
votes2
answers484
viewsQ: How to create elements and add attributes with pure javascript?
I don’t know why my test is going wrong. var t = document.querySelector("#t"); var x = document.createElement('div'); var y = document.createAttribute("id"); y.value = "azul"; var b =…
javascriptasked Pedro Fillipe 55