> $("span", $(this))

There is really no need to wrap this in a jQuery object:

$('span', this)


--Klaus

Reply via email to