RadioJQuery

$(function($){
    $('#debug').click(function(e){
        console.log($('input[name=boisson]:checked').val());
    });
});
Eager Eagle