Top "Jquery-ui-draggable" questions

The jQuery UI Draggable plugin makes selected elements draggable with mouse movement.

jQuery Draggable IFrameFix

I have a little problem with the jQuery Draggable IFrameFix. I have a container (as shown below) with an iframe …

jquery jquery-ui jquery-plugins jquery-ui-draggable
jQuery UI Draggable/Sortable - Dynamically added items not draggable

I have a Draggable/Sortable set of lists that I am dynamically adding items to, but the trouble is, that …

jquery jquery-ui jquery-ui-sortable jquery-ui-draggable
jQuery UI – draggable 'snap' event

I'm looking a way to binding the snap event. When I'm dragging an element over my surface and the draggable …

jquery-ui jquery-ui-draggable
Advantages of HTML 5 Drag and Drop over jQuery UI Drag and Drop

I'm writing a new web application that needs to support drag and drop operations for elements on the page (not …

html drag-and-drop jquery-ui-draggable
Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted

Full error: Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and …

jquery jquery-ui-draggable jquery-ui-touch-punch
Getting jQuery sortable, droppable and draggable to work together

I am trying to use jQuery sortable, droppable and draggable to work together. I have 3 lists: a break-point placeholder; report …

jquery jquery-ui droppable jquery-ui-draggable
Trigger Click-and-Hold Event

QUESTION: Using jQuery, how can I imitate a click-and-hold event? I am currently beating my head against a wall and …

jquery html jquery-ui jquery-ui-draggable
Make draggable element sortable within droppable using jQuery UI

RESOLVED So I studied sortable() with the connectWith attribute a bit more and found the solution was simpler than I …

jquery jquery-ui jquery-ui-sortable jquery-ui-draggable jquery-ui-droppable
jQuery Draggable containment issue, cannot drag elements outside parent div

I have a very simple image manager, like so: <div id="container"> <div id="draggable-images"> <…

jquery jquery-ui-draggable jquery-ui-droppable