ma.gnolia

Sign In | Learn More

Skip to main content


feedbag » Blog Archive » Using Closures To Support Object-Oriented AJAX feedbag » Blog Archive » Using Closures To Support Object-Oriented AJAX

  • Rated 4 stars out of 5.
  • Copy Bookmark

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

1 2 3 4

Name Title Rating When
5_32 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)/* *** */ }); }

7631_32 nicolash feedbag » Blog Archive » Using Closures To Support Object...
Not rated yet.
March 17, 2007
1_32 Bekir feedbag » Blog Archive » Using Closures To Support Object...
Not rated yet.
December 23, 2006
1_32 frobot feedbag » Blog Archive » Using Closures To Support Object...
Not rated yet.
April 19, 2006
1_32 Arcaemede feedbag » Blog Archive » Using Closures To Support Object...
Not rated yet.
February 24, 2006