jQuery.noConflict(); jQuery(document).ready(function ($) { $('input:radio').click(function() { var a = $(this).attr('value'); $('.radiob').click(function() { var b = $(this).attr('alt'); $('span').removeClass("selestar"); $(this).addClass("selestar"); $('span#htmlTip').text('Рейтинг: '+a+' из 5'); }); }); });