Last Updated: February 25, 2016
·
987
· _faz

Tribute to _this = this !

Why would you prefer using $.proxy when you just need to declare a variable ?

2 Responses
Add your response

  • To avoid leaky closures
  • In some cases this also helps you re-use an existing handler function instead of creating a new anonymous function every time
over 1 year ago ·

I'll remember that.
Thx

over 1 year ago ·