我想检查是否没有选中任何单选按钮。我该怎么做?
$(document).ready(function(){
$('#delete_btn').click(function(){ as answer
if ( !($("RadioGroup1").is(':checked')) )// THis line is not wirking..I need the code for this line
{
}else{
//message
}