var $cache = $('<div />').html( your_var );

// ........

$cache.children().appendTo( .... );

--
Ariel Flesler
http://flesler.blogspot.com/

On 11 jun, 16:17, mark <[EMAIL PROTECTED]> wrote:
> hi
> i want to have a set of pre-rendered html loaded into a div dynamically..
> the .load() function gets it from a remote url. is it possible to load
> from a javascript variable/ that is pre-rendered in to the current
> html somehow?
> thanks

Reply via email to