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
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