¡@

Home 

javascript Programming Glossary: do_stuff

Why doesn't this closure have access to the 'this' keyword? - jQuery

http://stackoverflow.com/questions/3323189/why-doesnt-this-closure-have-access-to-the-this-keyword-jquery

code function myObject this.myHello hello this.myMethod do_stuff function do_stuff var myThis this .get 'http example.com' function.. this.myHello hello this.myMethod do_stuff function do_stuff var myThis this .get 'http example.com' function alert this.myHello.. of my original code I could come up with. The closure in do_stuff has access to the variables in that scope but apparently this..