https://github.com/divio/classjs
Class.js is a JavaScript library for building class based object-oriented programms using JavaScript's prototypal inheritance. It strives to mimic classical class inheritance provided by other languages such as Python, Java or PHP. Its syntax is heavily inspired by MooTools's class implementation.
https://github.com/divio/classjs-plugins
Class.js plugins are aimed for professionals with extensive JavaScript knowledge. Each plugin follows a simplistic and a modular approach. All plugins have demos, tests and documentation regarding their options, methods, events and callbacks.
Visit classjs.rtfd.org for a full documentation or go to the demo page to view the examples.
Please use github to report bugs or feature requests. Include a jsfiddle or equivalent example whenever possible.
Distributed under the BSD LICENSE.