// Using jQuery: $('#id').attr('name'); // Using vanilla js: let name=document.getElementById("id").name;