"this" - using the identity function
"this"
"this" is a very important concept in Object Oriented Programming. In jQuery "this" is a DOM element when you are inside of a callback function. For example, if you bind a click function, and you want to change that element's color, you would use 'this'