iframe code: json
<!doctype html> <html> <head> <meta charset="utf-8"> <title>HTML document</title> <meta name="keywords" content=""> <meta name="description" content=""> </head> <body> <div draggable='true' id="hahaha" class="box"> ddddd </div> <div draggable='true' id="hahaha2" class="box"> ddddd </div> <script> /** Iframe code **/ //say you have this div inside
…
The post drags and drops elements from the iframe to anywhere on the upper page. first appeared on Lenix Blog .
This article is reprinted from https://blog.p2hp.com/archives/9852
This site is for inclusion only, and the copyright belongs to the original author.