This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ebbae9ca44e762a6468a95702977ee1556a7aee2
tree 884894f3eeedc668cbdff39e1c76dab14f1b5641
parent 0e2755dbe139ecf28d45789af577df2588f09033
tree 884894f3eeedc668cbdff39e1c76dab14f1b5641
parent 0e2755dbe139ecf28d45789af577df2588f09033
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Sat Jan 26 00:17:42 -0800 2008 | [madrobby] |
| |
MIT-LICENSE | Tue Apr 01 12:38:22 -0700 2008 | [madrobby] |
| |
README | Wed Aug 08 05:02:43 -0700 2007 | [madrobby] |
| |
Rakefile | Thu Jan 03 18:42:53 -0800 2008 | [madrobby] |
| |
lib/ | Sat Jan 26 00:17:42 -0800 2008 | [madrobby] |
| |
src/ | Mon Jan 21 15:22:29 -0800 2008 | [madrobby] |
| |
test/ | Mon Jan 21 15:22:29 -0800 2008 | [madrobby] |
README
== 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 http://script.aculo.us/ == What's new in this release? See the CHANGELOG file for information on what's new. == Installation/Usage script.aculo.us includes the Prototype JavaScript Framework V1.6.0. You can use later versions, as they become available (see http://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 http://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.




