[jQuery] Re: Docs down...really no mirror?

2008-09-05 Thread Evan Moran
I am also getting this right now. Any word on when this will come up? On Sep 5, 4:04 pm, Sam <[EMAIL PROTECTED]> wrote: > The docs seem to be down again (and last night as far as I can > remember). > > Is there really no mirror?

[jQuery] Is it possible to collect non-static members in jQuery plugin?

2008-01-14 Thread Evan Moran
Hi all, I'm looking for a way to collect non-static functions under one plugin name, because the non-static members cannot access the "this" value. This is how I would collect static functions in a plugin: $.myplugin= { branch : { sub1: function(){.