Re: [jQuery] Why I love jQuery...

2006-09-08 Thread Rafael Santos
where do i get pause plugin?2006/9/8, Klaus Hartl [EMAIL PROTECTED]: $('pstrongNo imagesfound./strong/p').appendTo('#msg').pause(3000,'fx').fadeOut('normal', function() { $(this).remove() } );Do I need to say more?PS: Ah yes, thanks for the pause plugin, Jonathan! --

Re: [jQuery] Why I love jQuery...

2006-09-08 Thread Claudio Poli
Rafael Santos wrote: where do i get pause plugin? http://www.mythin.net/projects/jquery.php ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Why I love jQuery...

2006-09-08 Thread Karl Swedberg
You can find the Pause plugin here: http://www.mythin.net/projects/jquery.phpYou can also see a big list of jQuery plugins (including Pause) here: http://jquery.com/docs/Plugins/Cheers,Karl ___Karl Swedbergwww.englishrules.comwww.learningjquery.com On Sep 8, 2006, at 10:48 AM,

Re: [jQuery] Why I love jQuery...

2006-09-08 Thread Jörn Zaefferer
Karl Swedberg wrote: You can find the Pause plugin here: http://www.mythin.net/projects/jquery.php You can also see a big list of jQuery plugins (including Pause) here: http://jquery.com/docs/Plugins/ Heh, Karl wins the give-him-a-fish-and-show-him-how-to-fish award :-) -- Jörn

Re: [jQuery] Why I love jQuery...

2006-09-08 Thread Klaus Hartl
Tombo schrieb: could you give a live example for us to ponder i want to feel the love first hand :-) Klaus Hartl wrote: $('pstrongNo images found./strong/p').appendTo('#msg').pause(3000, 'fx').fadeOut('normal', function() { $(this).remove() } ); This is taken from production...

Re: [jQuery] Why I love jQuery...

2006-09-08 Thread Tombo
ahhh.. very good question: i am very curious how you would: 1) append a paragraph 2) pause 3 seconds 3) and then remove the paragraph from the DOM without any effect. all in one line of code? Klaus Hartl wrote: Tombo schrieb: could you give a live example for us to ponder i