Playing around

Developer
Size
1,824 Kb
Views
36,432

How do I make an playing around?

What is a playing around? How do you make a playing around? This script and codes were developed by Lucas Cawkell on 09 September 2022, Friday.

Playing around Previews

Playing around - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>playing around</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div> <input id="myInput" type="text" value="" onkeyup="UpdateCardTitle(this.value)" placeholder="New Card"></input> <ul id="list"> <li>Already Here</li> </ul>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Playing around - Script Codes CSS Codes

input[type="text"]
{ border: 0; font-size: 18pt;
}

Playing around - Script Codes JS Codes

$('#myInput').on('keypress', function (e) { if(e.which === 13){ //Disable textbox to prevent multiple submit $(this).parent().before( "<div><input type='text' value='"+$(this).val()+"' disabled/></div>" ); //Do Stuff, submit, etc.. } });
Playing around - Script Codes
Playing around - Script Codes
Home Page Home
Developer Lucas Cawkell
Username cawsp
Uploaded September 09, 2022
Rating 3
Size 1,824 Kb
Views 36,432
Do you need developer help for Playing around?

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!

Lucas Cawkell (cawsp) Script Codes
Create amazing video scripts 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!