IE7 JQuery UI Sorting Problem

I am using jQuery UI sortable in my current project to make boxes drag and drop to new columns. It works in all modern browsers separately from ie7, in which you can drag and drop, but when you drop it completely destroys the contents of the box you drop.

Any ideas?

+3
source share
1 answer

All jQuery UI sortable demos seem to work for me in IE7, and the documentation says that they should too. It seems that the problem is with the CSS elements that you throw.

JS, jQ , HTML CSS.

, ?

+2

Source: https://habr.com/ru/post/1741586/


All Articles