I do $this = $(this) because it seems that it would save the actual processing of that call every single time you want to use it.
Also, for the 'magic 'this'' function that someone else mentioned. It is handy to keep the original copy around.
I do $this = $(this) because it seems that it would save the actual processing of that call every single time you want to use it.
Also, for the 'magic 'this'' function that someone else mentioned. It is handy to keep the original copy around.