try this:

$("input:[EMAIL PROTECTED]:checked").click(function() {

 });

On Nov 28, 8:42 am, "[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