Get attribute name value of

Give your input an ID and use the attr method:

var name = $("#id").attr("name");

Leave a Comment