Workbench

Developer
Size
2,388 Kb
Views
2,024

How do I make an workbench?

What is a workbench? How do you make a workbench? This script and codes were developed by Mfcastro on 20 January 2023, Friday.

Workbench Previews

Workbench - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>workbench</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<div class="container toolKit">
<div class="box panel panel-default resizable draggable" id="box1"> <div class="panel-heading" id="box1_header">#1</div> <div class="panel-body"> Panel content </div> </div>
</div>
<div class="container workbench droppable"> <section> </section>
</div> <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>

Workbench - Script Codes CSS Codes

.box { min-height: 150px; min-width: 150px; background: white; float: left; margin: 15px 10px 5px 10px; z-index: 5;
}
#box1_header { background: red;
}
.toolKit { border: 1px solid black; background: gray;
}
.workbench { height: 500px; weidth: 200px; margin-top: 20px; border: 1px solid red;
}

Workbench - Script Codes JS Codes

$(".resizable").resizable({ grid: 160
});
$(".draggable").draggable({ revert: "invalid"
});
$(".droppable").droppable({ drop: function(event, ui) { $(this) .addClass("ui-state-highlight") .find("section").html("<p>hello</p>"); }
});
Workbench - Script Codes
Workbench - Script Codes
Home Page Home
Developer Mfcastro
Username marcocastro
Uploaded January 20, 2023
Rating 3
Size 2,388 Kb
Views 2,024
Do you need developer help for Workbench?

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 love letters 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!