jquery get id of current element code example Example 1: jquery get element id $(this).attr('id') Example 2: jquery get id var myId = $("#test").prop("id");