Click Event for Radio Button
$('#container').on('click', 'input:radio', function () { var elemName = $(this).attr('name'); });