https://jsfiddle.net/y7nwjg0o/
Ayrıca kodda yer alan
$(".sonuc").html("A1 SEÇİLDİ");
$(".sonuc").html("B1 SEÇİLDİ");
Kısımlarını
window.location.href = 'a1.html';
window.location.href = 'b1.html';
Olarak değiştirirseniz yönlendirme yapıcaktır
$(".sonuc").html("A1 SEÇİLDİ");
$(".sonuc").html("B1 SEÇİLDİ");
window.location.href = 'a1.html';
window.location.href = 'b1.html';