prototype + scriptaculous base html


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <title>prototype&scriptaculous code base</title>
  2. <script src="js/prototype.js" type="text/javascript"></script>
  3. <script src="js/scriptaculous.js" type="text/javascript"></script>
  4. </head>
  5. <style>
  6. <!--
  7.  
  8. -->
  9. </style>
  10. <body>
  11.  
  12. <div id="container"></div>
  13.  
  14. </body>
  15. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.