or u can use .val()
On 5/22/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
stef wrote:
> that's what im trying to do - when a radio button is clicked, show its
> value.
How about this:
$("input:radio").focus( function() {
alert(this.value);
});
--
Jörn Zaefferer
http://bassistance.de
-- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

