Hodor

Size
1,940 Kb
Views
24,288

How do I make an hodor?

Hodor hodor hodor hodor hodor hodor.. What is a hodor? How do you make a hodor? This script and codes were developed by Mei Weng Brough-Smyth on 06 November 2022, Sunday.

Hodor Previews

Hodor - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hodor</title> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <center> <p><h1>Hodor.</h1></p> <textarea placeholder="Hodor hodor hodor" rows="10" id="hodor"></textarea>
</center> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Hodor - Script Codes CSS Codes

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body { font-family:"Open Sans"; background-color: skyBlue;
}
textarea { font-family:"Open Sans"; width: 70%; font-size: 16px;
}

Hodor - Script Codes JS Codes

var i = 0;
// Change textarea value when any key is pressed
$("#hodor").on("keyup", function () { i++; $("#hodor").val(hodorHodor(i));
});
// Return textarea input value
function hodorHodor(i) { hodor="Hodor"; for (var j = 1; j < i; j++) { hodor += " hodor"; } return hodor;
}
Hodor - Script Codes
Hodor - Script Codes
Home Page Home
Developer Mei Weng Brough-Smyth
Username melatonind
Uploaded November 06, 2022
Rating 3
Size 1,940 Kb
Views 24,288
Do you need developer help for Hodor?

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!

Mei Weng Brough-Smyth (melatonind) 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!