jquery-ui-droppable
drag and drop - how to simplify the droppable part?
i have created the drag and drop work. Here i can place the drag content into particular area, but i have create each droppable function for draggable item. i need to simplify that.[详细]
2023-03-21 19:53 分类:问答How do I make draggable divs with different functions?
I have four divs that are draggable. And a div where I drop the daggable divs. My code is basically just an API I\'ve downloaded and modify a little form jQuery\'s sites.[详细]
2023-03-12 05:22 分类:问答jQuery UI droppable float back
I am building an app utilizing jQuery UI draggable/droppable. I need to drag boxes from the left into target boxes on the right. It works fine, however if a value box id dropped not on any target bo[详细]
2023-03-11 18:36 分类:问答jQuery Droppables - Problems when hiding 'inactive' drop zones
I\'ve got a fairly long list of divs which I\'m trying to use as droppable\'s - but I want to hide all of the droppables that won\'t accept the current draggable element.[详细]
2023-03-10 12:06 分类:问答jQuery droppable - receiving events during drag over (not just on initial drag over)
I am using jQuery droppable (in conjunction with jQuery draggable) to allow the user to add rows to an HTML table by dragging items from a list and dropping them on the table.[详细]
2023-03-09 13:59 分类:问答Dragged item disappears after drop with ajax
I really have problems with the jQuery drag and drop. So let me explain the situation a bit. What I want to achieve is the following: when you drag one of the teardrops on the timeline, the id from t[详细]
2023-03-07 11:17 分类:问答Jquery draggable position - clone
I have jquery draggable/droppable working with the containment and helper options set.What I\'d like to do is to store the top and left parameters of the dropped item in two variables.[详细]
2023-03-05 06:42 分类:问答Jquery.can make JQuery UI draggable,droppable,sortable work together?
In my page I have some dynamic created note sticker which draggable. 开发者_如何学运维And then I have a dropper which that sortable(enable sort) at the same time. I drag and drop the note sticker insi[详细]
2023-01-21 11:38 分类:问答jQuery Droppable, get the element dropped
A small question hopefully with a simple answer, I am using jQuery draggable and droppable to place items in开发者_JAVA技巧to a dock. Using the below code for the drop.[详细]
2023-01-02 20:22 分类:问答multiple droppable
I\'ve have multiple droppable divs (which all have the same size) and one draggable div. The draggable div is 3 times bigger than one droppable. When I drag the draggable div on the droppables divs I[详细]
2023-01-02 06:22 分类:问答