Answers for "jquery set input name attribute"

9

jquery input name value

var target = $('input[name="hoge"]').val();
Posted by: Guest on June-09-2020
0

how to set name attribute in jquery

$('#resetPrompt').click(function(){
    $('#input1').attr('name', 'other_amount');
});
Posted by: Guest on October-12-2021

Code answers related to "jquery set input name attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language