I try to check a radio button with jQuery. Here\'s my code:
Try this
var isChecked = $("#radio_1")[0].checked;