[jQuery] Re: Proper jQuery object creation for chaining

2008-10-16 Thread sliver
Thanks Josh... I found a nice simple Class constructor that plays very nicely with jQuery and will simply use that for what I need to do. On Oct 15, 4:51 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Hey Sliver, > > It looks like you are expecting jQuery to work like Prototype does...I'm not

[jQuery] Re: Proper jQuery object creation for chaining

2008-10-15 Thread Josh Nathanson
Hey Sliver, It looks like you are expecting jQuery to work like Prototype does...I'm not too familiar with Prototype, but my understanding is that it has functions which assist with the inheritance issues in Javascript. jQuery is more about easily selecting DOM elements and doing stuff with