javascript-ausgewählt von radio

Ich will überprüfen, was ist das ausgewählte radio input.

hier ist mein code.

<input name="u_type" type="radio" value="staff" id="u_type" checked="checked" /> Staff
<input name="u_type" type="radio" value="admin" id="u_type" /> Admin
<input id="add_user" name="add_user" type="button" onclick="addUser();"  value="Add" class="submitButton admin_add" />

function addUser()
{
//how to check what is the selected radio input
}

Dank.

Jede chance, die man mit Hilfe von jQuery oder in Ihrem code verwenden können?
Wenn du nur zwei Tasten, wird diese Ihnen helfen: stackoverflow.com/questions/1423777/...

InformationsquelleAutor Sasindu H | 2011-06-30

Schreibe einen Kommentar