1
I have this code:
<input type="radio" name="rankeamento_por" id="rankeamento_por2" value="PROC_MEM_KB" checked> MEMORIA
<input type="radio" name="rankeamento_por" id="rankeamento_por" value="PROC_CPU" > CPU
<input type="radio" name="rankeamento_por" id="rankeamento_por3" value="PROCESS_NAME"> CONTADOR
How can I select only what is checked
?
tried:
$("[name='rankeamento_por']").val())
but still have to check if it is checked.
I tried to run the code here and came
script error lineno 0 colno 0
. 10/10 lol I love this bug report.– mutlei
You cheated and you’re still making a mistake?
– Laerte
No, I tried to run by the element from this page. Disguise my stupidity in not reporting how I executed the code.
– mutlei