Developer(s) | Nikolay Nemshilov |
---|---|
Written in | JavaScript |
Type | Ajax framework / JavaScript Framework |
License | MIT |
Website | rightjs.org |
RightJS — is a compact JavaScript framework for developing cross-browser web-applications. RightJS based on extendable modular architecture. It has small (15k gzipped) core including many features such as DOM-manipulations, animations, forms, cookies, event processing(including non standard events), OOP implementations and others. RightJS is a direct descendant of Prototype library and analogue well-known JavaScript frameworks JQuery and Mootools.
['foo', 'boo', 'moo'].each('replace', 'oo', 'aa'); $(element).onClick('addClass', 'clicked');
new Element('div').update('text').insertTo(document.body).highlight();
RightJS works on all modern and some old browsers.
Framework tested on these browsers:
Categories: [JavaScript libraries]