Perl hacker
Member since May 19, 2012
- Profile: /members/9975-perl-hacker.htm
- Comments: 1
Recent Blog Comments By Perl hacker
-
A Graphical Explanation Of Javascript Closures In A jQuery Context
Posted on May 19, 2012 at 5:37 AM
Thanks for this article, but I fear you missed an important point. If variables in the outer context change, these changes affect the inner anonymous functions as well. That means: if you change the outer variable at some later time, the inner function sees the changed value! Not the value the vari... read more »