I try to check a radio button with jQuery. Here\'s my code:
attr accepts two strings.
The correct way is:
jQuery("#radio_1").attr('checked', 'true');