Hello,
I try to learn how to use draggables but I am already stuck with my
first test script. Internet Explorer always gives the error "Stack
Overflow at line 0" when I try to drag the element. Does somebody know
why. Below is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN""http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Trainingsplan</title>
<script src="prototype.js"
type="text/javascript"></script>
<script
src="scriptaculous-js-1.7.0/src/scriptaculous.js"></script>
</head>
<body bgcolor=#FFFFFF>
<div id=hub>this is my draggable</div><br>
<script type="text/javascript">
new Draggable(''hub'',{revert:true});
</script>
</body>
</html>
Thanks in advance for any help.
Benedikt.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---