Get radio button value

by satheeshkumar 2012-06-19 17:23:17

Get radio button value using jquery,

using jquery get the value of selected radio button by using the name...

var radio_value = $("input[name='rad']:checked").val();
alert(radio_value);


you will get the value of radio button..
943
like
1
dislike
0
mail
flag

You must LOGIN to add comments