Hidden drop down

Joined
Jul 4, 2023
Messages
366
Reaction score
41
Very simple error, but very frustrating, you simply forgot to link the jquery library.

e.g
HTML:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

HTML:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <!-- your code -->
     
        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    </head>
    <body>
        <!-- your code -->

        <script src="myscripts.js"></script>
    </body>
</html>

 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hamburger crisis 3
Image size confusion 2
Small screen layout trouble 3
Validation crisis 12
Placing a google map into my code 5
.active 8
Help with my navigation, please 0
Subtle media query problem 0

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top