What is the difference between “this”, “$this” and “$(this)”?

Viewed 17903

What is the difference between these three forms:

this
$this
$(this)
6 Answers
Related