Top "Droppable" questions

Usually refers to a HTML element that can be dropped onto another element by dragging

How do I trigger the Drop event with jQuery UI Droppable without actually dragging and dropping?

I have a droppable with a drop event handler: $(this).droppable({ drop:function(){ console.log('OMG You Dropped It!'); } }); …

javascript jquery jquery-ui droppable
How to cancel a drop action for jQuery droppable?

I have a jQuery UI droppable which accepts draggables. I want to not allow the drop action if certain conditions …

jquery-ui droppable
Fullcalendar: draggable object rejects fullcalendar as droppable even though fullcalendar accepts drop

I have set up FullCalendar to accept drops, which it does. But the draggable object, which I have constructed with …

jquery fullcalendar draggable droppable
jQuery UI draggable - remove clone if a valid drop occurred

I'm trying to get something like the following to work but can't find the correct way to use the stop …

jquery jquery-ui draggable droppable
FullCalendar: Set event end in drop function

I have the ability to drag and drop external events to the calendar with the default behavior of start time …

jquery fullcalendar droppable
jQuery Sortable + Droppable z-index problem

I am having a probelm with the z-index of my sortable object not being above my droppable. If you visit …

jquery css jquery-ui-sortable z-index droppable
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
JQuery draggable: scroll not working when helper: clone is used

I have a folder list type of situation where I can drag items from one folder to another using jquery …

javascript jquery jquery-ui draggable droppable
How to get the dropped item's id on drop event jquery

When I drop something to jquery droppable, I want to get the dropped items' id. When I did it like …

jquery jquery-selectors drag-and-drop droppable
jQuery UI Multiple Droppable - drag whole div element & clone

I've just started using jQuery UI to drag divs into a columns in a table. I have a couple different …

jquery-ui draggable droppable