Displaying 1 result from an estimated 1 matches for "helperdiv".
2007 May 14
8
Problem with script.aculos.us script
...d the <%= javascript_include_tag :defaults %> code into
head section of my view file.
4. Then executed the code
<div id="dragDIV" class="green box">drag</div>
<%= javascript_tag "new Draggable(''dragDIV'')" %>
<div id="helperDIV" class="green box">helper</div>
<%= draggable_element :helperDIV %>
But now I can''t drag it. Whats the wrong I did. Can anyone suggest me.
Or is there any code to check whether the javascripts are included
correctly or not.
Regards,
Vikki,
--~--~--------...