どのラジオボタンがチェックされていないか確認したいのですが、どうすればよいですか?
$(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
}