Large number of connected sortable lists causes momentary hang in IE
- by Toukakoukan
I've got around 85 sortable ul's all connected with each other, and initializing the sortable() function works fine in Chrome and Firefox, but in IE it causes a 5-10 second hang while it loops through and connects them all.
Yes they /do/ need to all be connected to each other unfortunately.
Any suggestions as to how I can stop IE from hanging?