this.method_2 = function(){ var self = this; $('#object_a').find('img').load(function(){ return self.method_1($('#object_b')); }); }