How to get the attribute name value of a input tag using jQuery. Please help.
Give your input an ID and use the attr method:
var name = $("#id").attr("name");