Content deleted Content added
Jerryobject (talk | contribs) m Added templates: URL in infobox, official website in external links. Corrected unprintworthy capitalizing of name. Confirmed bot generated title. Alphabetized 2 items in sentence. |
|||
Line 8:
| programming language = [[JavaScript]]
| license = [[MIT License]]
| website = {{URL|http://script.aculo.us}}
}}
{{lowercase|script.aculo.us}}
'''script.aculo.us''' is a [[JavaScript]] library built on the [[Prototype JavaScript Framework]], providing dynamic visual effects and user interface elements via the [[Document Object Model]] (DOM).
It is most notably included with [[
'''script.aculo.us''' was extracted by [[Thomas Fuchs]] from his work on [[fluxiom]], a web based [[digital asset management]] tool by the design company [[wollzelle]].<ref name="interview-thomasf">[http://ajaxian.com/archives/audible-ajax-episode-12-thomas-fuchs-of-scriptaculous Ajaxian » Audible Ajax Episode 12: Thomas Fuchs of Script.aculo.us
==Features==
script.aculo.us extends the [[Prototype
===Visual effects===
Line 57:
===Builder===
Builder allows
<source lang="javascript">
Line 87:
==Usage==
Incorporating script.aculo.us into a website requires copying all
<source lang="html4strict">
Line 94:
</source>
These lines must be loaded first before any
An alternative to copying all
<source lang="html4strict">
Line 111:
==External links==
*
*[http://github.com/madrobby/scriptaculous/wikis script.aculo.us documentation wiki]
*[http://slash7.com/articles/2006/04/22/scriptaculous-cheat-sheet-1 script.aculo.us cheat sheet]
|