Community

Exploring Javascript’s eval() Capabilities And Closure Scoping

(Ben Nadel) A little while ago, while working on the jQuery Template Markup Language (JTML) code, I used Javascript’s Function() constructor to compile template markup and found out that it doesn’t create a closure to the context in which it was executed. I blogged about this and was promptly told t

Read More - Register for Free Membership