What is the difference between this and $(this) in jQuery? And when should I use which?
this returns a native JavaScript object (if I call it right), $(this) returns a jQuery object.
this
$(this)
$(this)[0] == this