V2

Developer
Size
2,668 Kb
Views
4,048

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 Previews

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));
}
V2 - Script Codes
V2 - Script Codes
Home Page Home
Developer Mfcastro
Username marcocastro
Uploaded January 20, 2023
Rating 3
Size 2,668 Kb
Views 4,048
Do you need developer help for V2?

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!

Mfcastro (marcocastro) Script Codes
Create amazing blog posts with AI!

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!