zorg
Member since Feb 10, 2009
- Profile: /members/2909-zorg.htm
- Comments: 3
Recent Blog Comments By zorg
-
A Graphical Explanation Of Javascript Closures In A jQuery Context
Posted on May 11, 2009 at 5:23 AM
+1 Douglas Crockford : this is the best book about the functional core of JS. (don't miss his videos 7 on Javascript + 3 on DOM). for the OO model of Javascript see Liberman paper on prototype-based inheritance and see the papers on Self by Ungar. all this is freely available online... read more »
-
A Graphical Explanation Of Javascript Closures In A jQuery Context
Posted on Feb 10, 2009 at 11:46 AM
@Ben > I wanted to get people comfortable with the idea of closures at a high > level, not so much with the specifics of the behind the scenes. Sorry, I missed that :)... read more »
-
A Graphical Explanation Of Javascript Closures In A jQuery Context
Posted on Feb 10, 2009 at 11:05 AM
A very thorough explanation of Javascript closures can be found here (take a deep breath) : http://www.jibbering.com/faq/faq_notes/closures.html > A "closure" is an expression (typically a function) that can have free > variables together with an environment that binds those variables (tha... read more »