A Pen by Mark Michon

Developer
Size
2,220 Kb
Views
6,072

How do I make an a pen by mark michon?

What is a a pen by mark michon? How do you make a a pen by mark michon? This script and codes were developed by Mark Michon on 20 January 2023, Friday.

A Pen by Mark Michon Previews

A Pen by Mark Michon - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Mark Michon</title>
</head>
<body> <script src="js/index.js"></script>
</body>
</html>

A Pen by Mark Michon - Script Codes JS Codes

(function(){	// the minimum version of jQuery we want	var v = "2.2.3";	// check prior inclusion and version	if (window.jQuery === undefined || window.jQuery.fn.jquery < v) {	var done = false;	var script = document.createElement("script");	script.src = "https://ajax.googleapis.com/ajax/libs/jquery/" + v + "/jquery.min.js";	script.onload = script.onreadystatechange = function(){	if (!done && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) {	done = true;	initMyBookmarklet();	}	}; document.getElementsByTagName("head")[0].appendChild(script);	} else {	initMyBookmarklet();	}	function initMyBookmarklet() {	(window.myBookmarklet = function() { var $overlay = $('<div id="deeplink-overlay">').css({ position: 'absolute', top: 0, left: 0, bottom: 0, right: 0, background: "rgba(0,0,0,.75)", "z-index": 1e4, }).appendTo('body'); var $popup = $('<div id="deeplink-popup">').css({ position: 'absolute', left: "calc(50% - 200px)", top: "20%", width: "400px", background: "#fff", "text-align": "center", "z-index": 1e5, }); var $message = $('<p>Select and ⌘ + C to copy</p>') .css({ }) .appendTo($popup); var $field = $('<input type="text" id="url" />') .val('test') .css({ display: "block", margin: "0 auto", width: "80%", marginBottom: "20px" }) .val('http://wwwww') .appendTo($popup).on('load', function(){ this.select(); });; var $button = $('<button id="deeplink-button">').css({ width: "100px", "line-height": "2.5", borderRadius: "4px", border: "none", backgroundColor: "#4D828C", color: "#fff", margin:"0 0 20px" }).text("Got it!").appendTo($popup).on('click', function(){ cleanup(); }); function cleanup() { $popup.remove(); $overlay.remove(); } $popup.appendTo('body');	})();	}
})();
A Pen by Mark Michon - Script Codes
A Pen by Mark Michon - Script Codes
Home Page Home
Developer Mark Michon
Username markmichon
Uploaded January 20, 2023
Rating 3
Size 2,220 Kb
Views 6,072
Do you need developer help for A Pen by Mark Michon?

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!

Mark Michon (markmichon) Script Codes
Create amazing Facebook ads 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!