[jQuery] Re: Exploding nested s....

2009-02-27 Thread Stephan Veigl
You could try something similar to $("#outerdiv").children().hide("explode"); by(e) Stephan 2009/2/27 webspee...@gmail.com : > > Using the explode animation, where the div "explodes" into X pieces. > > On Feb 17, 8:30 pm, Ricardo Tomasi wrote: >> What do you mean by "explode"? remove? >> >> O

[jQuery] Re: Exploding nested s....

2009-02-27 Thread webspee...@gmail.com
Using the explode animation, where the div "explodes" into X pieces. On Feb 17, 8:30 pm, Ricardo Tomasi wrote: > What do you mean by "explode"? remove? > > On Feb 17, 4:50 pm, "webspee...@gmail.com" > wrote: > > > Hey all. > > > Exploding a simple is easy enough, but can you explode nested > >

[jQuery] Re: Exploding nested s....

2009-02-18 Thread Stephan Veigl
Hi, how do you explode the outer div? Can you share your function with us? by(e) Stephan 2009/2/18 Ricardo Tomasi : > > What do you mean by "explode"? remove? > > On Feb 17, 4:50 pm, "webspee...@gmail.com" > wrote: >> Hey all. >> >> Exploding a simple is easy enough, but can you explode nest

[jQuery] Re: Exploding nested s....

2009-02-17 Thread Ricardo Tomasi
What do you mean by "explode"? remove? On Feb 17, 4:50 pm, "webspee...@gmail.com" wrote: > Hey all. > > Exploding a simple is easy enough, but can you explode nested > 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