[jQuery] how to know which radio button is checked?
I have two radio buttons, user can choose one of them, when it is
clicked, it will trigger some function calls, now, how to know which
radio button is selected at this time? thanks.
$("input:radio[@name=rb_meas]").click(function() {
});