Monday, July 16, 2012

Checked radio button value using jquery

Please find the following sample snippet to get checked radio button value.


$("input[name=cmdRd]:checked").val()

No comments:

Post a Comment