I often use $(this)
inside jQuery event handlers and never cache it. If I'll do
var $this = $(this);
and will use variable instead of the constructor, will my code get any significant extra performance?
JS Perf test to measure the performance gain from this optimization: http://jsperf.com/jquery-this-caching