Posts by Carlos Guimarães • 73 points
4 posts
-
0
votes1
answer40
viewsQ: How to select the last option in a dynamic drop-down list
I have a dynamic drop-down, in which the amount of options varies. I would like to know how to select the last option automatically. Ex.: <select name="pagarme_installments"…
-
4
votes1
answer528
viewsQ: How do I use the same id more than once with getElementById()?
Hey, guys. All right? I have a chronometer that is in javascript and I want it to appear more than once on a specific page. The problem is that it works only the first time it appears on the page. I…
-
1
votes1
answer85
viewsQ: Get the page title within a Javascript dynamic variable
Hello! There’s a form I needed to put in the name as dynamic. Originally, this name was just registerformpopup. Now I put as registerformpopup + the title of the page that varies according to the…
javascriptasked Carlos Guimarães 73 -
0
votes1
answer77
viewsQ: Function does not work with variable in parameter
Hello, I love programming, but I started programming recently. Recently we decided to make a major modification on the website of the company in which I am a partner. Everything worked fine, but I…