Как установить атрибут имени в jQuery
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});
Hamzach
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});