Using the explode animation, where the div "explodes" into X pieces.
On Feb 17, 8:30 pm, Ricardo Tomasi <ricardob...@gmail.com> wrote: > What do you mean by "explode"? remove? > > On Feb 17, 4:50 pm, "webspee...@gmail.com" <webspee...@gmail.com> > wrote: > > > 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. > > > ...