Poppy

Developer
Size
2,212 Kb
Views
6,072

How do I make an poppy?

What is a poppy? How do you make a poppy? This script and codes were developed by Tommy Dunn on 13 January 2023, Friday.

Poppy Previews

Poppy - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>poppy</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">
<div class="well"> <a>Open Popover</a>
</div>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Poppy - Script Codes CSS Codes

body { background-color: #222;
}
.container { padding-top: 20vh;
}
.container .well { text-align: center;
}
.container .well a { color: dodgerblue; font-weight: bold; font-size: 20px;
}
.container .well a:hover { cursor: pointer;
}

Poppy - Script Codes JS Codes

var options = { content: '<h1>Pop Over Content</h1>', html: true, placement: 'bottom'
};
$('a').popover(options);
$('html').on('click', function(e) { if (typeof $(e.target).data('original-title') == 'undefined' && !$(e.target).parents().is('.popover.in')) { $('[data-original-title]').popover('hide'); }
});
Poppy - Script Codes
Poppy - Script Codes
Home Page Home
Developer Tommy Dunn
Username tommyldunn
Uploaded January 13, 2023
Rating 3
Size 2,212 Kb
Views 6,072
Do you need developer help for Poppy?

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!

Tommy Dunn (tommyldunn) Script Codes
Create amazing art & images 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!