Posts by AndersonPGS • 13 points
2 posts
-
0
votes1
answer21
viewsQ: Edit class style individually with JS
Hello, I would like to take all the Divs called "card" and check a text within the div, the value of the text set as width of another div. Example : But I only managed to make it work in one "card",…
-
1
votes0
answers238
viewsQ: Puppeteer take data from Submit
The goal is to have a simple html with a text input and when the user gives Submit the input with the instagram username, the Puppeteer receive the url ('https://instagram.com/${username}') but I’m…