Content deleted Content added
No edit summary |
No edit summary |
||
Line 9:
}}
{{lowercase|script.aculo.us}}
Script.aculo.us is a [[JavaScript]] library built on the [[Prototype Javascript Framework]]. Script.aculo.us provides dynamic visual effects and user interface elements via the [[Document Object Model]].▼
▲
It is most notably included with [[Ruby on Rails]], but also provided separately to work with other web application [[Framework|frameworks]] and scripting languages.
Line 15 ⟶ 17:
==Features==
===Visual Effects===
There are five core effects
Enabling an effect is a matter of assigning and element with an ID name and one line of code for the effect. Below is an example for the Effect.Fade effect applied to an DOM element ID of 'id_of_element':
Line 76 ⟶ 78:
==Usage==
Incorporating
<script src="javascripts/prototype.js" type="text/javascript"></script>
<script src="javascripts/scriptaculous.js" type="text/javascript"></script>
These lines must be loaded first before any javascript requesting any Prototype or
==Related links==
Line 87 ⟶ 89:
==External links==
*[http://script.aculo.us/
*[http://wiki.script.aculo.us/
{{compu-prog-stub}}
|