how to use jquery this to get the id of current element code example
Example 1: jquery get element id
$(this).attr('id')
Example 2: get id by this jquery
alert($(this).attr('id'))
$(this).attr('id')
alert($(this).attr('id'))