Jquery dropdown

Developer
Size
1,652 Kb
Views
12,144

How do I make an jquery dropdown?

What is a jquery dropdown? How do you make a jquery dropdown? This script and codes were developed by Reinis on 06 December 2022, Tuesday.

Jquery dropdown Previews

Jquery dropdown - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Jquery dropdown</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
$(document).ready(function(){ $("#m1").click(function(){ $("#m1d").slideToggle(); });
});
</script>
<a href="#" id="m1">Pasākumi</a>
<br/><span id="m1d" style="display:none;">
<a href="#">Facebook</a>
<br><a href="#">Reģistrēšanās</a>
<br><a href="#">Vienošanās</a>
</span>
</body>
</html>

Jquery dropdown - Script Codes CSS Codes

body {background-color:pink;}
a {width:100%-15px; line-height:50px; font-size:20px; background:#444444; display:block; text-decoration:none; color:white; padding-left:15px; margin-bottom:-15px;}
Jquery dropdown - Script Codes
Jquery dropdown - Script Codes
Home Page Home
Developer Reinis
Username 72
Uploaded December 06, 2022
Rating 3
Size 1,652 Kb
Views 12,144
Do you need developer help for Jquery dropdown?

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!

Reinis (72) Script Codes
Create amazing web content 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!