SyntaxFix
Write A Post
Hire A Developer
Questions
$(this) returns a cached version of the element, hence improving performance since jQuery doesn't have to do a complete lookup in the DOM of the element again.
$(this)
cached