Answer the question
In order to leave comments, you need to log in
`
Is it possible to implement drag `n drop under IE8?
Colleagues, good afternoon!
Tell me about the layout, who came across, is it possible to implement drag n drop under IE8 or at least IE9 in some way for dynamic objects?
(general task - It is assumed that there will be 2 containers. Container A is initially filled with an array of data. We transfer an element from container A to container B - after that we sort container A, depending on which element was transferred).
Can someone tell me what libraries can be used to implement drag and drop? Interested in compatibility with these versions of the browser.
Answer the question
In order to leave comments, you need to log in
In IE, the mousedown, mousemove, mouseup events work fine, and they are enough to create a drag&drop.
Previously used jQuery UI https://jqueryui.com/sortable/ https://jqueryui.com/droppable/ this lib is guaranteed to work in older IE
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question