V2
How do I make an v2?
What is a v2? How do you make a v2? This script and codes were developed by Mfcastro on 20 January 2023, Friday.
V2 - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>V2</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- ondrop="drop(event)" ondragover="allowDrop(event)"-->
<table class="float"> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr > <td></td> <td></td> <td></td> <td></td> <td ></td> </tr>
</table>
<table id="dropTable" ondrop="drop(event)" ondragover="allowDrop(event)">
</table>
<!--<div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)" class="dropArea"></div>-->
<!--<img id="drag1" src="http://www.mountainguides.com/photos/everest-south/c2_2011b.jpg" draggable="true"
ondragstart="drag(event)" width="500" height="500" style="margin-top: 100px; position: relative; z-index: 1;">-->
<table class="pull"> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr > <td></td> <td></td> <td></td> <td></td> <td ></td> </tr>
</table> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>
V2 - Script Codes CSS Codes
table { position: relative; border: 1px solid black; width: 1000px; height: 600px;
}
table tr { border: 1px solid red;
}
table tr td { border: 1px dashed blue;
}
table tr td:hover { background: #ccccff;
}
.pull { margin-top: 650px; border: 1px solid black; width: 1000px; height: 600px; background: red;
}
.pull tr { border: 1px solid red;
}
.pull tr td { border: 1px dashed blue;
}
.pull tr td:hover { background: #ccccff;
}
.box { height: 50px; width: 50px; display: block; background: #ff6666;
}
.dropArea { width: 100px; height: 100px; border: 1px solid black;
}
.dropRow { height: 100px; width: 1000px; background: red;
}
.dropRow tr { border: 1px solid red;
}
.dropRow tr td { border: 1px dashed blue;
}
.dropRow tr td:hover { background: #ccccff;
}
.float { position: absolute; z-index: 1; background: transparent;
}
#dropTable { position: absolute; background: transparent; z-index: 100; border: 1px solid black; width: 1000px; height: 600px;
}
V2 - Script Codes JS Codes
function allowDrop(ev) { ev.preventDefault();
}
function drag(ev) { ev.dataTransfer.setData("text", ev.target.id);
}
function drop(ev) { ev.preventDefault(); var data = ev.dataTransfer.getData("text"); ev.target.appendChild(document.getElementById(data));
}

Developer | Mfcastro |
Username | marcocastro |
Uploaded | January 20, 2023 |
Rating | 3 |
Size | 2,668 Kb |
Views | 4,046 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Workbench | 2,388 Kb |
Learn Animation | 3,142 Kb |
Ng-if | 1,511 Kb |
RWD- Mostly Fluid Layout Pattern | 2,312 Kb |
A Pen by Mfcastro | 2,738 Kb |
Dashboard | 3,640 Kb |
Random Quote Machine | 1,924 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
A Pen by Bryan Rojas | Bryanrojas | 1,873 Kb |
Sencha Touch 2.3.1 Basic Grid Example | Trozdol | 2,770 Kb |
Bloomberg Style Link Hover | Gil-- | 1,609 Kb |
Spiralator 9000 | AdmiralPotato | 4,671 Kb |
Sinclair Research Computers | MattCowley | 3,068 Kb |
Shopping cart | Andiio | 6,581 Kb |
Countdown with Rings | Ewganoel | 2,490 Kb |
BlueBox Fork | Huskynation | 12,675 Kb |
Calculator | Rzencoder | 4,572 Kb |
Zip Button test | Lje7462 | 1,932 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!