JOOT

JOOT

Hi all.
jQuery is the N1 library for te DOM and Ajax.
And I like it a lot.
But it has not any tools to compensate for the lack of some OOP mechanism in JavaScript, like classes and inheritance.
For that and some other reasons I have developed a small JavaScipt library -  JOOT.
JOOT provides convenient and simple API designed for sole purpose: to simplify creation of the object-oriented code.
I found it very  effective  to use jQuery in conjunction with JOOT.
This combination allows to build high organized modular apps\components using the best library for the DOM.
Thank you for your attention.