SCRIPTY2 THE SUCCESSOR TO SCRIPT.ACULO.US
scripty2 is divided into three parts, core, fx, and ui, and supports IE6+, Safari 3+, Firefox 3+, Chrome, Opera 10 and most WebKit-based browsers.
Alpha notice: scripty2 is currently in alpha, and not feature-complete. The API is not final and subject to change.
-
scripty2 core
Core contains various JavaScript and DOM extensions used by scripty2 fx and scripty2 ui, plus developer utility classes.
-
scripty2 fx
The scripty2 effects framework provides for time-based transformations of DOM elements and arbitrary JavaScript objects. This is at the core of scripty2 and presents a refinement of the visual effects framework of script.aculo.us 1.
-
scripty2 ui
Getting started
- scripty2 depends on Prototype 1.6.1 or later. For your convenience, a development copy and a minified version of Prototype is included in the distribution.To use scripty2, include this line in your HTML:
<script src="prototype.scripty2.min.js" type="text/javascript"></script>
For debugging, you can also include the libraries seperately:
<script src="prototype.js" type="text/javascript"></script> <script src="s2.js" type="text/javascript"></script>
Help & Community
- Want to discuss? Share feature ideas, problems, suggestions, praise? You’re welcome to do so on the scripty2 Google Group.Found a genuine bug? Please report in detail on our Lighthouse bug tracker..
Interested in development? Check out the scripty2 repository on Github.