$( "a" ).click(function() {
// this refers to an anchor DOM element
});
and this
$( "a" ).click(this refers to an anchor DOM element);
Thanks for you help in advance!