Q1.4.iv

Size
1,985 Kb
Views
10,120

How do I make an q1.4.iv?

What is a q1.4.iv? How do you make a q1.4.iv? This script and codes were developed by Kevin Corcoran on 22 November 2022, Tuesday.

Q1.4.iv Previews

Q1.4.iv - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Q1.4.iv</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>This is a website</h1>
<div id="myModal" class="modal"> <div class="modal-content"> <p>please accept the usage of cookies</p> <button id="accept">Accept</button> </div> </div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Q1.4.iv - Script Codes CSS Codes

.modal{ text-align:center; display: none;/* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */
}
/* Modal Content */
.modal-content { position: relative; background-color: yellow; border: 1px solid black; width: 100%; height:15%;
}

Q1.4.iv - Script Codes JS Codes

$(document).ready(function(){ var bool =false; if(!bool){ // Get the modal var modal = document.getElementById('myModal'); modal.style.display = "block"; $("#accept").click(function(){ //setcookie("ToS","true"); modal.style.display = "none"; }); }
});
Q1.4.iv - Script Codes
Q1.4.iv - Script Codes
Home Page Home
Developer Kevin Corcoran
Username kevincorcor
Uploaded November 22, 2022
Rating 3
Size 1,985 Kb
Views 10,120
Do you need developer help for Q1.4.iv?

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!

Kevin Corcoran (kevincorcor) Script Codes
Name
Q1.4i
Assign2
CS230
A Pen by kevin corcoran
Table
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!