Description
Includes the Scriptaculous JavaScript library. Once you insert this on a page (or preferably in the <head> of a template, you can access Scriptaculous functions as needed on the page or through your own JavaScript functions.
<js Scriptaculous />
Attributes
None.
Implementation Tips
- You'll need to insert this tag BEFORE you use it to manipulate the DOM. That means this tag should appear before the <js TemplateJavascripts /> if you're using Scriptaculous in the template javascript.
- If you can, insert this tag at the end of the HTML template to speed up the loading of the page.