Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have two browsers open side by side of the same domain. I would like to drag selected rows of one grid to another browser. Is it possible?

I have two browsers open in dual monitor setup. I have certain html5 rows (grid) open in one browser. I would like to be able to drag those selected rows and drop in another browser. Now I can drag files in desktop or any image icons out of web browser and drop it wherever I want. However, I was wondering if same can be done with grid (or html5 tr elements).

Thank you for any help the community can provide.

like image 365
bobsov534 Avatar asked Nov 08 '13 23:11

bobsov534


1 Answers

Yes, it is possble. This website is doing it: http://decafbad.com/2009/07/drag-and-drop/api-demos.html#delegated

like image 126
Borre Mosch Avatar answered Nov 16 '22 10:11

Borre Mosch