jQuery get DOM node? [duplicate] February 17, 2023 by Tarik You can retrieve DOM elements using array notation: $("#element_id")[0] or with get(): $("#element_id").get(0)