I have downloaded Scriptaculous1.8.1, and am using prototype for quite
a while. But I can't get it working, not the simplest test shows any
signs of life.
The simple script below does not work, nothing happens.
Could anyone put me on the track?
regards
jea,sweden
<!--html>
<head>
<script src="/prototype-1.6.0.3.js" type="text/javascript" ></script>
<script src="/scriptaculous-js-1.8.1/scriptaculous.js" type="text/
javascript" ></script>
</head>
<-body>
<div id="fade_demo" style="width:80px; height:80px;
background:#c2defb; border:1px solid #333;"></div>
<ul>
<li><a href="#" onclick="$('fade_demo').fade(); return false;">Click
here for a demo!</a></li>
<li><a href="#" onclick="$('fade_demo').show(); return false;">Reset</
a></li>
</ul>
</body>
</html-->
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---