Advertisement
sosododo

script.aculo.us Web 2.0 JavaScript

Jul 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Download:- http://casualient.com/2K0I
  2. <script src="javascripts/prototype.js" type="text/javascript"></script>
  3. <script src="javascripts/scriptaculous.js" type="text/javascript"></script>
  4. script type="text/javascript" language="javascript">
  5.   // <![CDATA[
  6.   $('element_id').appear();
  7.   // ]]>
  8. </script>
  9. <div onclick="$(this).switchOff()">
  10.   Click here if you've seen enough.
  11. </div>
  12. <div onclick="$(this).blindUp({ duration: 16 })">
  13.  Click here if you want this to go slooooow.
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement