I try to check a radio button with jQuery. Here\'s my code:
Short and easy to read option:
$("#radio_1").is(":checked")
It returns true or false, so you can use it in "if" statement.