翻訳と辞書
Words near each other
・ Rignovelle
・ Rigny
・ Rigny Bjerg
・ Rigny-la-Nonneuse
・ Rigny-la-Salle
・ Rigny-le-Ferron
・ Rigny-Saint-Martin
・ Rigny-sur-Arroux
・ Righthand head rule
・ Righthaven
・ Righthaven LLC v. Democratic Underground LLC
・ Righting reflex
・ Righting Wrongs
・ Rightist Opposition
・ Rightist Socialist Party of Japan
RightJS
・ Rightline Gear
・ Rightmove
・ RightNetwork
・ RightNow Technologies
・ RightNOW Women
・ RightOnCanada.ca
・ RightRides
・ Rights
・ Rights and Equality Party
・ Rights and Freedom
・ Rights and Freedoms Party
・ Rights and Humanity
・ Rights and Justice Party
・ Rights and Resources Initiative


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

RightJS : ウィキペディア英語版
RightJS

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.
==Key features==

* Clear syntax. RightJS tries not to invent any new method names, instead of that it uses the naming principles that are already in use. It has a really clean, compact and mostly familiar syntax.
* Unification
* Performance
* Calls by name

('boo', 'moo' ).each('replace', 'oo', 'aa');
$(element).onClick('addClass', 'clicked');

* OOP DOM-wrappers
* Optional safe mode
* Later JavaScript specs support JavaScript(with emulation for old browsers)
* JavaScript core extensions
* Simplified numbers handling
* Baked in spinners handling
* Forms uploading handling
* Object-oriented model
* Open, extendable architecture
* Uniformed events and options Handling
* Mutated methods and chains

new Element('div').update('text').insertTo(document.body).highlight();


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「RightJS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.