javascript - Which drag and drop to use? jQuery draggable droppable or HTML5 native drag-and-drop? or maybe other? -


we developing drag , drop cms called ucraft.me. based on laravel + emberjs + jquery + greensock(gsap).

imagine works following way:

  1. there blank page left panel, have different modules craft pages. ex., title, button, image, slider, video, etc...
  2. the white page based on grid there can max 4 modules.

now imagine have module - button, in centre of full width row(span12) , decided drop module, title, split current row span6 - span6. using jquery draggable droppable, calculate droppable areas , let user drop elements.

can recommend better drag , drop library implement this, there similar experience? think jquery draggable-droppable choice implement drag , drop feature in site builder? have performance?

or should use html5 native drag-and-drop library?

thanks!!

this article may of use: https://medium.com/delightful-ui-for-ember-apps/ember-js-and-html5-drag-and-drop-fa5dfe478a9a - leverage ember drag , drop events provides.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -