Hacker News new | ask | show | jobs
by SpiralLab 5531 days ago
Same here.

     var _this = this;    //vanilla
     var $this = $(this); //jQuery
Though, I have encountered people who are really against the $var for stylistic reasons - so ymmv.