WHOA!

Developer
Size
1,829 Kb
Views
8,096

How do I make an whoa!?

A flashing button with music symbols. Just because.. What is a whoa!? How do you make a whoa!? This script and codes were developed by Jeff Daze on 18 January 2023, Wednesday.

WHOA! Previews

WHOA! - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>WHOA!</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button id="mindBlown">&#9833;WHOA!&#9836;</button> <script src="js/index.js"></script>
</body>
</html>

WHOA! - Script Codes CSS Codes

#mindBlown{ color: #003; width: 200px; height: 50px; display:block; margin: 100px auto;
}

WHOA! - Script Codes JS Codes

setInterval(function(){ $("#mindBlown").style.backgroundColor = getColor();
});
//bind clicks to buttons...
$("#mindBlown").addEventListener('click', function() { $("#mindBlown").style.backgroundColor = getColor();
}, false);
function getColor(){ var hue = 'rgb(' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ')'; return hue;
}
//TAKE THAT jQuery!!
function $(selector){	return document.querySelector(selector);
}
WHOA! - Script Codes
WHOA! - Script Codes
Home Page Home
Developer Jeff Daze
Username jeffdaze
Uploaded January 18, 2023
Rating 3
Size 1,829 Kb
Views 8,096
Do you need developer help for WHOA!?

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!

Jeff Daze (jeffdaze) 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!