feedbag » Blog Archive » Using Closures To Support Object-Oriented AJAX
Although most frameworks use closures by default, this is a nice article about the details of using closures specifically with Ajax.
18 people have commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| Scott | The way to maintain 'this' in ajax |
Not rated yet.
|
October 31, 2007 | |
User.prototype.retrieve = function() { var myAjax = new Ajax.Request('/users/demo', { method:'get', onComplete:this.update./* *** */bind(this)/* *** */ }); } |
||||
| nicolash | feedbag » Blog Archive » Using Closures To Support Object... |
Not rated yet.
|
March 17, 2007 | |
| Bekir | feedbag » Blog Archive » Using Closures To Support Object... |
Not rated yet.
|
December 23, 2006 | |
| frobot | feedbag » Blog Archive » Using Closures To Support Object... |
Not rated yet.
|
April 19, 2006 | |
| Arcaemede | feedbag » Blog Archive » Using Closures To Support Object... |
Not rated yet.
|
February 24, 2006 | |
