$('input[type="radio"]').on('click', function() { $('#price_caption').text('Кэпшн_' + $(this).attr('value')) });