[jQuery] Re: textNodes Plugin 0.2

2007-06-12 Thread Ⓙⓐⓚⓔ
the benefit of using this plugin is to keep the chain, using chainable events instead of dropping into each loops. On 6/12/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Ⓙⓐⓚⓔ wrote: > a new, and I think very useful function, match() I find that last one quite interesting: I through that rat

[jQuery] Re: textNodes Plugin 0.2

2007-06-12 Thread Jörn Zaefferer
Ⓙⓐⓚⓔ wrote: a new, and I think very useful function, match() I find that last one quite interesting: |$("#showScript").toggle( function(){$("script:last").clone().textNodes().wrap("").parent().appendTo("body")} ,function(){$("code").remove()} ); | Could you explain a bit what