CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours. |
Homepage: | https://script.aculo.us/ |
Clone URL: |
git://github.com/madrobby/scriptaculous.git
Give this clone URL to anyone.
git clone git://github.com/madrobby/scriptaculous.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Sep 23 05:08:18 -0700 2008 | Revert added semicolons to effects.js. Add .git... [madrobby] |
![]() |
CHANGELOG | Thu Nov 20 08:07:02 -0800 2008 | Make loader work for application/xhtml+xml serv... [madrobby] |
![]() |
MIT-LICENSE | Tue Apr 01 12:38:22 -0700 2008 | bumped year in license [madrobby] |
![]() |
README.rdoc | Mon Apr 28 11:01:15 -0700 2008 | link to scriptaculous twitter account in README [madrobby] |
![]() |
Rakefile | Tue Nov 18 09:31:42 -0800 2008 | Update to Prototype 1.6.0.3, prep 1.8.2 release [madrobby] |
![]() |
lib/ | Tue Nov 18 09:31:42 -0800 2008 | Update to Prototype 1.6.0.3, prep 1.8.2 release [madrobby] |
![]() |
src/ | Thu Nov 20 08:07:02 -0800 2008 | Make loader work for application/xhtml+xml serv... [madrobby] |
![]() |
test/ | Mon Sep 22 10:35:54 -0700 2008 | InPlaceEditor will correctly show text with amp... [Sean Kirby] |
script.aculo.us web 2.0 javascript
The Web is changing. The 30-year-old terminal-like technology it was originally is gradually giving way to new ways of doing things. The power of AJAX allows for rich user interaction without the trouble that has bugged traditional web applications.
Building upon the wonderful Prototype JavaScript library, script.aculo.us provides you with some great additional ingredients to mix in.
For more information, see script.aculo.us/
What’s new in this release?
See the CHANGELOG file for information on what’s new.
You can follow twitter.com/scriptaculous if you want to be updated as we fix bugs and add new features.
Installation/Usage
script.aculo.us includes the Prototype JavaScript Framework V1.6.0. You can use later versions, as they become available (see prototypejs.org/).
Put prototype.js, and the six files scriptaculous.js, builder.js, effects.js, dragdrop.js, controls.js and slider.js in a directory of your website, e.g. /javascripts.
(The sound.js and unittest.js files are optional)
Now, you can include the scripts by adding the following tags to the HEAD section of your HTML pages:
<script src="/javascripts/prototype.js" type="text/javascript"></script> <script src="/javascripts/scriptaculous.js" type="text/javascript"></script>
scriptaculous.js will automatically load the other files of the script.aculo.us distribution in, provided they are accessible via the same path.
See wiki.script.aculo.us/scriptaculous/show/Usage for detailed usage instructions.
The distribution
Besides the script.aculo.us files in src, there’s a complete test tree included which holds functional and unit tests for script.aculo.us.
If you need examples on how to implement things, the best place to start is by opening test/run_functional_tests.html or test/run_unit_tests.html in your browser, and looking at the sources of the examples provided.
License
script.aculo.us is licensed under the terms of the MIT License, see the included MIT-LICENSE file.