> What I need is the javascript element (not jquery object) > that is the added content. Does anyone have a snippet of > code which returns this, given a context? If I'm not mistaken: var new_content = $(context).get(0); sun