Select alt tag of clicked image

Select alt tag of clicked image

I am using jQuery(this).text() to select text

Now, I want to select clicked image alt tag. By using this  jQuery(this).find('img').attr('alt')
I am not able to select alt tag?
Can you please help me?