I saw some code around the web that uses the following statement
if ($($(this)).hasClass(\"footer_default\")) { $(\'#abc\') .appendTo($(this))
$(this) and $($(this)) both return jquery object.
$(this)
$($(this))
There is no difference between these two.