So setzen Sie das Namensattribut in jQuery ein
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});
Hamzach
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});