var obj = { selector: '#test', test: function() { var _this = this; $(this.selector).click(function() { console.log(this, _this); }); } };