jQuery drag drop slower for more DIV items

Posted on Stack Overflow See other posts from Stack Overflow
Published on 2009-07-15T19:20:58Z Indexed on 2010/04/05 1:03 UTC
Read the original article Hit count: 355

Hi there, I have got a hierarchichal tags (with parent child relationship) in my page and it will account to 500 - 4500 (can even grow). When i bound the draggable and droppable for all i saw very bad performance in IE7 and IE6. The custom helper wont move smoothly and was very very slow. Based on some other post i have made the droppable been bound/unbound on mouseover and mouseout events (dynamically). Its better now.

But still i dont see the custom helper move very smoothly there is a gap between the mouse cursor and the helper when they move and gets very bad when i access the site from remote.

Please help me to address this performance issue. Am totally stuck here.. :(

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui