What type of DOM Element? August 4, 2023 by Tarik var type = $('#mydiv')[0].tagName alert(type); //displays "DIV"