jQuery Drag And Drop Using Live Events

Posted by devongovett on Stack Overflow See other posts from Stack Overflow or by devongovett
Published on 2009-11-26T19:02:48Z Indexed on 2010/04/13 21:23 UTC
Read the original article Hit count: 436

Hello. I have an application with a long list that changes frequently, and I need this the items of this list to be draggable. I've been using the jQuery UI draggable plugin, but it is slow to add to 400+ list items, and has to be re-added every time new list items are added.

Does anyone know of a plugin similar to the jQuery UI draggable plugin that uses jQuery 1.3's .live() events? This would solve both problems.

Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui