1
I’m trying to get the value of radio
in the JS
using foreach
foreach($produtos as $produto){
<input type="radio" id="<?php echo trim($produto->CODIGO); ?>" name="plano_ouro" value="<?php echo trim($produto->CODIGO); ?>">
}
in the JS
I don’t know how to take what I selected.
thank you.
http://meta.pt.stackoverflow.com/a/1911/101 e http://meta.pt.stackoverflow.com/a/851/101
– Maniero