Possible Duplicate:
Find out if radio button is checked with JQuery?
Hi, i want to make a div appear with jquery when one of 3 radio buttons is pressed..
I have 3 radio buttons, image video and sound, when the user clicks image, a div will appear.
how can i use jquery for this. I know how to do the div appearing part, just not the checking if the specific radio button is checked.
Bascially, how do i check if a specific radio is checked.
Thanks