[jQuery] Working with radio elements
I have 3 radio inputs with values, say, One, Two and Three
There is a DOM node (getElementById) associated with each of these values, call
them, Node_One, Node_Two and Node_Three. i.e. the DOM id has the radio input
value embedded in it.
When radio input One is selected, I would like to show Node_One and hide the
other two. When radio input Two is selected, I would like to show Node_Two and
hide the other two and so on.
How can I do this with jQuery?
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/