Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown not working #7053

Open
simongiesen opened this issue Jun 8, 2021 · 1 comment
Open

Dropdown not working #7053

simongiesen opened this issue Jun 8, 2021 · 1 comment

Comments

@simongiesen
Copy link

Steps

https://semantic-ui.com/modules/dropdown.html
Dropdown added to page:
`



Filter

Filter by tag
Important
Announcement
Discussion
`

Also added:
window.onload = function(){ $('.ui.dropdown').dropdown(); };

Expected Result

Dropdown should open when clicked on it

Actual Result

Nothing happens

Version

All versions

Testcase

https://limegolf.de/database/de/jsonhtml_players.html

@JithinAji
Copy link

Have you added jQuery to your project?

<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head> 

Please try adding this if by any chance you missed adding jQuery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants