Klaus Hartl Mon, 08 Dec 2008 13:44:14 -0800
> $("span", $(this)) There is really no need to wrap this in a jQuery object:
$('span', this) --Klaus