[jQuery] AHAH- Working with return data.

[jQuery] AHAH- Working with return data.


What is the best way to work with HTML data returned on an AJAX call.
Want to do something like this but I know it doesn't work. Do I need
to stick the data into a temp div and then work with it?
function (data)
{
$(data).find(".....");
}
Thanks