Cómo establecer el atributo de nombre en jQuery
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});
Hamzach
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});