Comment définir l'attribut de nom dans jQuery
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});
Hamzach
$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});