<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -179,10 +179,18 @@
       this.options = $.extend({
         
       }, options || {});
+      this._bindCallbacks();
     },
     _makeRequest : function(options) {
       $.ajax(options);
       return false;
+    },
+    _bindCallbacks: function() {
+     var callbacks = ['beforeSend', 'complete', 'error', 'success']
+      for (var i = 0, length = callbacks.length; i &lt; length; i++){ 
+        if (typeof this[callbacks[i]] == 'function' )
+          this.options[callbacks[i]] = $.bind(this[callbacks[i]],this);
+      }
     }
   });
   </diff>
      <filename>src/lowpro.jquery.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f564b67abd288a6bbc1ff79223e28cabd237f133</id>
    </parent>
  </parents>
  <author>
    <name>Sudara</name>
    <email>sudara@alonetone.com</email>
  </author>
  <url>http://github.com/sudara/low-pro-for-jquery/commit/be0d8d35b0e4b25f05a26e02e8e45a07d6122559</url>
  <id>be0d8d35b0e4b25f05a26e02e8e45a07d6122559</id>
  <committed-date>2008-04-19T05:04:50-07:00</committed-date>
  <authored-date>2008-04-19T05:04:50-07:00</authored-date>
  <message>bind ajax callbacks like our big brother prototype does (http://groups.google.co.uk/group/low-pro/browse_thread/thread/777e24cc4a545e19)</message>
  <tree>8d60a3d1fa01b91abca3a23418479c47c6788f50</tree>
  <committer>
    <name>Sudara</name>
    <email>sudara@alonetone.com</email>
  </committer>
</commit>
