classjs icon indicating copy to clipboard operation
classjs copied to clipboard

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 languag...

Class.js - Class Based Inheritance

.. image:: https://travis-ci.org/divio/classjs-plugins.png?branch=master :target: https://travis-ci.org/divio/classjs-plugins

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.

Documentation

| Visit classjs.rtfd.org <http://classjs.rtfd.org>_ for a full documentation or go to the demo page <http://divio.github.io/classjs-plugins/>_ to view the examples. | Please use github to report bugs or feature requests. Include a jsfiddle <http://jsfiddle.net>_ or equivalent example whenever possible.

License

Distributed under the BSD LICENSE <http://github.com/FinalAngel/classjs/blob/master/LICENSE.rst>_.