CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 06:33:19 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081217112728
location: https://web.archive.org/web/20081217112728/https://github.com/madrobby/scriptaculous/tree/v1.8.1
server-timing: captures_list;dur=0.649628, exclusion.robots;dur=0.020742, exclusion.robots.policy;dur=0.009700, esindex;dur=0.010523, cdx.remote;dur=1306.689978, LoadShardBlock;dur=851.486458, PetaboxLoader3.datanode;dur=170.018256, PetaboxLoader3.resolve;dur=86.245229
x-app-server: wwwb-app204
x-ts: 302
x-tr: 2197
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 06:33:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 17 Dec 2008 11:27:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 966ms
x-archive-orig-etag: "99935d4aeccd90405c23da2d72729c85"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 17218
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 17 Dec 2008 11:27:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 28 May 2008 19:53:24 GMT", ; rel="prev memento"; datetime="Tue, 07 Oct 2008 20:23:05 GMT", ; rel="memento"; datetime="Wed, 17 Dec 2008 11:27:28 GMT", ; rel="next memento"; datetime="Thu, 29 Jan 2009 21:13:11 GMT", ; rel="last memento"; datetime="Mon, 19 Apr 2010 12:19:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_7_20081217085205_crawl103-c/52_7_20081217112540_crawl103.arc.gz
server-timing: captures_list;dur=0.580882, exclusion.robots;dur=0.020540, exclusion.robots.policy;dur=0.009317, esindex;dur=0.013336, cdx.remote;dur=133.445431, LoadShardBlock;dur=837.386677, PetaboxLoader3.resolve;dur=805.088874, PetaboxLoader3.datanode;dur=304.370479, load_resource;dur=308.679243
x-app-server: wwwb-app204
x-ts: 200
x-tr: 1337
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
madrobby's scriptaculous at v1.8.1 — GitHub
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 (

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 | |
---|---|---|---|
![]() |
CHANGELOG | Thu Jan 03 19:02:37 -0800 2008 | script.aculo.us: update Prototype to #8551 [madrobby] |
![]() |
MIT-LICENSE | Sun Mar 11 16:26:54 -0700 2007 | script.aculo.us: prepare 1.7.1_beta1, update Pr... [madrobby] |
![]() |
README | Wed Aug 08 05:02:43 -0700 2007 | script.aculo.us: raise the bar. Next version wi... [madrobby] |
![]() |
Rakefile | Thu Jan 03 18:42:53 -0800 2008 | script.aculo.us: Update to Prototype 1.6.0.1; p... [madrobby] |
![]() |
lib/ | Thu Jan 03 19:02:37 -0800 2008 | script.aculo.us: update Prototype to #8551 [madrobby] |
![]() |
src/ | Thu Jan 03 18:46:20 -0800 2008 | script.aculo.us: change version number in loader [madrobby] |
![]() |
test/ | Sat Nov 03 09:34:21 -0700 2007 | script.aculo.us: Ajax.InPlaceEditor now can de... [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 https://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 https://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 https://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.
This feature is coming soon. Sit tight!