How to use jQuery + Glitch?

I searched the forum and google.

How can I import jQuery in Glitch?

Insert this before the </head> tag, <script src="https://code.jquery.com/jquery-3.3.1.js"></script>

3 Likes

Perfect! Thank you.

Thanks again, because I need 20 characters.

this is a new version of jquery <script src="https://code.jquery.com/jquery-3.4.0.min.js"></script>

1 Like