var j = jQuery.noConflict(); j(document).ready(function(){ j('.promoRadio').click(function(){ j('.promocode').val(j(this).attr('alt')); }); });