Script.aculo.us
<div> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js" type="text/javascript"></script> <!--Supposedly loading just this one will load all others, but that did not work for me. --> <!--Also, if using xhtml then comment out the 'document.write' in scriptaculous.js to avoid error msg. --> <script src="js/effects.js" type="text/javascript"></script> <script src="js/builder.js" type="text/javascript"></script> <script src="js/dragdrop.js" type="text/javascript"></script> <script src="js/controls.js" type="text/javascript"></script> <script src="js/slider.js" type="text/javascript"></script> </div>
1 of 9