I need to grab a document fragment that exists in the DOM from a different place where the document fragment is created. My goal is ultimately to access a div inside that document fragment via documentFragment.getElementById('..').
Is this at all possible, or do I need to store the document fragment in memory when it is created?