how to get the id of an element in jquerry code example Example 1: jquery get element id $(this).attr('id') Example 2: jquery get id var myId = $("#test").prop("id");