Jak ustawić atrybut nazwy w jQuery

$('#resetPrompt').click(function(){
    $('#input1').attr('name', 'other_amount');
});
Hamzach