Sponsorised links
This year
2007
2006
JavaScript Closures for Dummies
Closures Are Not Magic
This page explains closures so that a programmer can understand them - using working JavaScript code. It is not for gurus nor functional programmers.
feedbag » Blog Archive » Using Closures To Support Object-Oriented AJAX
he response for the Ajax.Request is executing in a separate execution context in the browser, the meaning of 'this' has changed.
1
(8 marks)
