Ask HN: Best JavaScript drag-and-drop plugin?
We're migrating a Flex app to HTML and are currently considering drag-and-drop.
Considerations: obviously we want it to look great, but it also needs to be easy to tie in Ajax calls to drag events. We'd also like to enable this functionality with multiple UI areas.
Has anyone had good success with a particular plugin? Or is that a hopeless cause and we should just write our own?
We're trying to stick with jQuery for our overall framework.
We'd like to check on any feedback from HN before diving in.
3 comments
[ 4.1 ms ] story [ 18.7 ms ] threadThe only problem I've had with them has been advanced code that needs to make independent modifications to the position of the draggable during the drag, but a post on their support forum solved that one for me: http://forum.jquery.com/topic/trying-to-manipulate-the-posit...
In the past I've used YUI 2's drag and drop to good effect, but jQuery UI's is much easier to get started with.
YUI has some really amazing things as well, but it's a bit bloated with too many options. You can probably drag and drop something in YUI about 50 different ways, which is neat, but in the end you'll only really need 1.