Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Bruce Lewis
alert(function(x){$(x).attr('href')}(this_)+'||'+$(this_).attr('href'));
Why is the result of the function application undefined, when the following expression, which I would expect to be equivalent, is defined. - Bruce Lewis
Ah, the 'return' keyword is not optional in js. - Bruce Lewis