var files = $(".profile-content").find("input[type='file']"); files.each(function () { alert($(this).attr("data-id")); })