SyntaxFix
Write A Post
Hire A Developer
Questions
Typing in $(this) will return the jQuery element instead of the HTML Element. Then it just depends on what you want to do in the click event.
$(this)
alert($(this));