jQuery 1.2.1:
$("input:checked[type='radio'][name='rb_meas']");


On Nov 28, 2:42 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> 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:[EMAIL PROTECTED]").click(function() {
>
> });

Reply via email to