1
I needed help to pass any value of one of these inputs
via Ajax or jQuery:
<input type="radio" id="valorum" name="valor" value="38,70" ></br>
<input type="radio" id="valordois" name="valor" value="71,40" ></br>
<input type="radio" id="valortres" name="valor" value="118,80" ><br><br>
$.ajax({
method: "GET",
url: "test.js",
dataType: "script"
});
How would I pass one of these values
inside this Ajax? Or there is no way, or there is another method to do it?
The camps already had one
id
each. :)– Sam
But the script works ;)
– Rodrigo de Farias
Wouldn’t it be better to edit the answer?
– Sam
yes would be. : - )
– Rodrigo de Farias
Hmm, I think you understand!! In case the value of Radius will be sent inside the url:test.js ?
– Marcos Pereira