Sprawling cookbook programming
... var self = this; $('#myElement').click(function() { // here you can use 'self' to reference // the enclosing object }); ...