[jQuery] Re: Recommendation Required - Custom Classes Library

2009-02-06 Thread Neil Craig
Note, that this applies to Mootools 1.11. I haven't touched version 1.2+, I'm sure they differ a lot. On Jan 23, 2:30 pm, Balazs Endresz wrote: > Then what if you just use Class.Extras and all its dependencies as it > is? Now that sounds too easy :) > > On Jan 23, 9:21 am, Neil Craig wrote: > >

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-01-23 Thread Balazs Endresz
Then what if you just use Class.Extras and all its dependencies as it is? Now that sounds too easy :) On Jan 23, 9:21 am, Neil Craig wrote: > I am not sure how Mootools 1.2+ is constructed but version 1.11 can > easily be broken into pieces that excludes the parts that extend the > DOM/HTML elem

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-01-23 Thread Neil Craig
I am not sure how Mootools 1.2+ is constructed but version 1.11 can easily be broken into pieces that excludes the parts that extend the DOM/HTML elements. The files that one should use is: Core, Class, Class.Extras, String, Number, Function, Array On Jan 21, 11:58 am, Balazs Endresz wrote: > I

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-01-21 Thread Balazs Endresz
I only heard about this one, looks a bit different from Mootools but much smaller: http://www.danwebb.net/2008/1/31/low-pro-for-jquery Though I wonder if it's possible to port the whole Mootools implementation to jQuery? You can maybe keep some parts of Core, Native and Class, and hack it to work

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-01-20 Thread Neil Craig
Bump :) On Jan 20, 10:36 am, Neil Craig wrote: > I was wondering, which Custom Classes Library is best to use along > with jQuery. Up to now, I've been using Mootools to create custom > classes that can be easily extended through its inheritance model. It > also has custom events that I have use