Displaying 1 result from an estimated 1 matches for "dragdiv".
Did you mean:
dradio
2007 May 14
8
Problem with script.aculos.us script
...pied the files
scriptaculous.js, builder.js, effects.js, dragdrop.js, controls.js and
slider.js
and prototype.js
into my app/public/javascripts/
3. Then included 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. W...