I have noticed while monitoring/attempting to answer common jQuery questions, that there are certain practices using javascript, instead of jQuery, that actually enable you
$(this) is different to this :
$(this)
this
By using $(this) you are ensuring the jQuery prototype is being passed onto the object.