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