buy cialis online cheap

Does anyone know if there is a way to get the expression that returned an object in jQuery from within it’s handler?
Example:
$('body > a').click(function() {
// Is there any way I can alert 'body > a' in here?
// Perhaps something like: alert($(this).expression); ?
});
