Hi Cody,

> $("<li id='prod-" + data.Id + "'></li>").text
> (data.Name).appendTo("#prods-list");

I tried this:
$("<a href='#' onclick='return false;>LINK</a>").text('new
link').appendTo("#foo")

just on the jQuery doc page: http://docs.jquery.com/Manipulation/appendTo

But it doesn't seem to work for me.

Cheers,
Dmitriy..

Reply via email to