Web 2.0: Drag & Drop Web Container Using jQuery

Hi guys. Anybody has example / ever worked on how to implement Drag & Drop of web containers using jQuery in Web 2.0?

Best regards

Hey, yes I did. It is super easy, if you know a bit of JS and jQuery.

I made a test project here

What are your specific questions?

2 Likes

Thanks Lars! The samples works flawlessly in Microsoft Edge. However, it kind of work unstably in Chrome. But i will try to expand the example that you have shown

Basically i am trying to implement the widget positioning and selection for one of my app

Currently the widgets are positioned manually. It will be good if i can implement drag and drop using jQuery.