On 8/28/07, Nico <[EMAIL PROTECTED]> wrote:
>
> $(this).children("span").children("a").html("it works");
>

I would have chosen the following
$("span a",this).html("it works");

~Sean

Reply via email to