Hey all. Exploding a simple <div> is easy enough, but can you explode nested <div>s? I have a div container and inside it I have content generated from an AJAX call. When I explode the outer div, I don't get the "pieces" and the screen freezes up for a second. I don't know if the div is too large or if it is because of the inside div.
Also, I would assume the inside div (the one returned via AJAX) would have to be re-binded, is this correct? If so, how do you bind on an explode? I can't simply write the statement, otherwise it would explode immediately on the return from the AJAX call. I was just curious about this is all. ...