This does indeed give the DIV the ability to be dragged around, which is great. Unfortunately, when the page times out I'm getting some kind of a weird Validation error in some script code that is not mine. If this persists then clearly I can't use this feature.
Has anyone else experienced something similar and knows of a solution for it?
rmdw
Participant
825 Points
1235 Posts
Strange Validation Error When "Draggable" Introduced onto DIV
Dec 14, 2012 05:29 PM|LINK
I decided to give a DIV dragging capability via jQuery-UI: http://jqueryui.com/draggable
Here's the pertinent code:
<script type="text/javascript"> $(function() { $("#draggable").draggable(); }); </script><div id="draggable"> <p>Drag me around</p> </div>This does indeed give the DIV the ability to be dragged around, which is great. Unfortunately, when the page times out I'm getting some kind of a weird Validation error in some script code that is not mine. If this persists then clearly I can't use this feature.
Has anyone else experienced something similar and knows of a solution for it?
Robert
Vancouver, BC
Technical Blog
Pocket Pollster
RameshRajend...
Star
7983 Points
2099 Posts
Re: Strange Validation Error When "Draggable" Introduced onto DIV
Dec 14, 2012 05:49 PM|LINK
Look
http://www.cjboco.com/blog.cfm/post/problems-combining-jquery-draggable-droppable-and-sortable/