How to get the attribute name value of a input tag using jQuery. Please help.
var value_input = $("input[name*='xxxx']").val();