Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to set name attribute in jquery

$('#resetPrompt').click(function(){
    $('#input1').attr('name', 'other_amount');
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #attribute #jquery
ADD COMMENT
Topic
Name
1+2 =