[jQuery] appending text nodes

[jQuery] appending text nodes

> -------Original Message-------
> From: Kristinn Sigmundsson <zelexir@gmail.com>
> Subject: Re: [jQuery] appending text nodes
> Sent: Feb 22 '07 15:42
>
> Hm, you empty it and then append to it? wouldn't that be the same as
> using .html(val)? If that is what you'd want to do, try the .text()
> command:
> $(this).parents("div.sidebarToDo").find("td.sidebarText").text(val)
>
> contents of "td.sidebarText" will be replaced with val
>
> On 2/22/07, dalvarado@remanresource.com <dalvarado@remanresource.com>