jqueury id property code example Example 1: get id by this jquery alert($(this).attr('id')) Example 2: jquery get id var myId = $("#test").prop("id");