[jQuery] Re: Plugin pattern

2008-03-31 Thread alexanmtz
Thanks Ariel, Good alternative you suggest, but its really a alternative that is not solve the problem, I would divide to make thing easy and will create another trouble... I´ll gonna try a different manner... very thanks for suggest... On Mar 29, 11:38 am, Ariel Flesler <[EMAIL PROTECTED]> wro

[jQuery] Re: Plugin pattern

2008-03-29 Thread Ariel Flesler
You can't.. or you'll lose the `this`. Unless you do: $("seletor").project().ajax().remote(); and each method returns the `this`. Cheers -- Ariel Flesler http://flesler.blogspot.com/ On Mar 28, 11:23 am, alexanmtz <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Im working in a big project of ajax