$(this) DOM, this, jQuery. , , . , , varibale, .
$() - jQuery, , $(this), , . jQuery:
jQuery = function(selector, context) {
return new jQuery.fn.init(selector, context);
};
, new. , jQuery , this DOM .
, script, , $('.my-element'). , jQuery .
, $(this) . / . , !