JS Aufgabe Quiz jQuery

Developer
Size
1,895 Kb
Views
36,432

How do I make an js aufgabe quiz jquery?

What is a js aufgabe quiz jquery? How do you make a js aufgabe quiz jquery? This script and codes were developed by Anna Prenzel on 04 September 2022, Sunday.

JS Aufgabe Quiz jQuery Previews

JS Aufgabe Quiz jQuery - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>JS Aufgabe Quiz jQuery</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="topic"> <h3>Was ist die Hauptstadt von Spanien?</h3> <button class="show_button">Zeige Antwort</button> <button class="hide_button">Verstecke Antwort</button> <p class="answer">Die Hauptstadt von Spanien ist Madrid.</p>
</div>
<div class="topic"> <h3>Wie heißt die Bundeskanzlerin von Deutschland?</h3> <button class="show_button">Zeige Antwort</button> <button class="hide_button">Verstecke Antwort</button> <p class="answer">Die Bundeskanzlerin heißt Angela Merkel.</p>
</div>
<div class="topic"> <h3>Wann ist Pfingsten?</h3> <button class="show_button">Zeige Antwort</button> <button class="hide_button">Verstecke Antwort</button> <p class="answer">Pfingsten ist am 4. Juni 2017.</p>
</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>

JS Aufgabe Quiz jQuery - Script Codes CSS Codes

.topic{ background-color: lightgrey; padding: 20px; font-family: Arial; margin:20px;
}
.answer{ background-color: lightgreen; padding:20px; font-size:20px; margin-bottom:0;
}

JS Aufgabe Quiz jQuery - Script Codes JS Codes

$(document).ready(function(){ $(".answer").hide();
});
JS Aufgabe Quiz jQuery - Script Codes
JS Aufgabe Quiz jQuery - Script Codes
Home Page Home
Developer Anna Prenzel
Username HSZG-Frontend-Kurs
Uploaded September 04, 2022
Rating 3
Size 1,895 Kb
Views 36,432
Do you need developer help for JS Aufgabe Quiz jQuery?

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!

Anna Prenzel (HSZG-Frontend-Kurs) Script Codes
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!