Large number of connected sortable lists causes momentary hang in IE

Posted by Toukakoukan on Stack Overflow See other posts from Stack Overflow or by Toukakoukan
Published on 2010-05-29T18:04:54Z Indexed on 2010/05/29 18:12 UTC
Read the original article Hit count: 259

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?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery