app/views/teams/create.js.erb
$('section.feature:not(.payment)').hide();
$('section.feature.payment').append('<%= escape_javascript(render :partial => "payment", :locals => {:account => @team.account || @team.build_account, :plan => @team.account.try(:current_plan)}) %>');
$('section.feature.payment').show();
setupPayment();